FIX: twitter onebox styling was poor on mobile
This commit is contained in:
parent
3b4248b454
commit
fe32c64dd9
|
@ -292,16 +292,19 @@ aside.onebox.twitterstatus .onebox-body {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// thumbnail, oddly, ONLY applies to twitter avatar
|
||||
.onebox.twitterstatus {
|
||||
.thumbnail {
|
||||
float: left;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
p, .tweet {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
padding-top: 3px;
|
||||
width: 85%;
|
||||
width: 580px;
|
||||
}
|
||||
.date {
|
||||
clear: left;
|
||||
|
@ -309,6 +312,11 @@ 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