UX: improve twitter onebox
This commit is contained in:
parent
8c02b647a4
commit
4f31745e10
|
@ -248,13 +248,15 @@ aside.onebox.twitterstatus .onebox-body {
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
p {
|
.tweet {
|
||||||
float: left;
|
float: left;
|
||||||
|
display: inline-block;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
margin-top: 5px;
|
padding-top: 3px;
|
||||||
width: 100%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
.date {
|
.date {
|
||||||
clear: left;
|
clear: left;
|
||||||
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue