mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
UX: improve twitter onebox
This commit is contained in:
parent
8c02b647a4
commit
4f31745e10
1 changed files with 5 additions and 3 deletions
|
@ -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…
Reference in a new issue