mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: twitter onebox styling was poor on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user