simpler twitter onebox CSS that works everywhere

This commit is contained in:
Jeff Atwood 2017-02-08 17:18:53 -08:00
parent 933af0b40e
commit 77033f4855
1 changed files with 1 additions and 8 deletions

View File

@ -300,11 +300,9 @@ aside.onebox.twitterstatus .onebox-body {
height: 48px;
}
p, .tweet {
float: left;
display: inline-block;
white-space: pre-wrap;
padding-top: 3px;
width: 580px;
margin-left: 58px;
}
.date {
clear: left;
@ -313,11 +311,6 @@ aside.onebox.twitterstatus .onebox-body {
}
}
// only use percentages on mobile
.mobile-view .onebox.twitterstatus div.tweet {
width: 81%;
}
// Onebox - Imgur - Album
.onebox.imgur-album {
.outer-box {