simpler twitter onebox CSS that works everywhere
This commit is contained in:
parent
933af0b40e
commit
77033f4855
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue