mirror of
https://github.com/discourse/discourse.git
synced 2025-03-16 00:35:36 +08:00
Merge pull request #3797 from techAPJ/onebox-style
UX: improve twitter onebox
This commit is contained in:
commit
16a06233ca
@ -248,13 +248,15 @@ aside.onebox.twitterstatus .onebox-body {
|
||||
.thumbnail {
|
||||
float: left;
|
||||
}
|
||||
p {
|
||||
.tweet {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
margin-top: 5px;
|
||||
width: 100%;
|
||||
padding-top: 3px;
|
||||
width: 85%;
|
||||
}
|
||||
.date {
|
||||
clear: left;
|
||||
padding-top: 5px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user