UX: Add styling for quoted tweets (#7832)
This commit is contained in:
parent
a60ec00f7a
commit
f3c9dbcf20
|
@ -423,13 +423,39 @@ aside.onebox.twitterstatus .onebox-body {
|
|||
}
|
||||
p,
|
||||
.tweet {
|
||||
white-space: pre-wrap;
|
||||
white-space: pre-line;
|
||||
padding-top: 3px;
|
||||
margin-left: 70px;
|
||||
|
||||
.quoted-link {
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
|
||||
.quoted {
|
||||
border: 1px solid $primary-low;
|
||||
padding: 1px 25px 1px 12px;
|
||||
white-space: normal;
|
||||
|
||||
.quoted-title {
|
||||
font-weight: bold;
|
||||
margin: 5px 2px;
|
||||
|
||||
span {
|
||||
font-weight: lighter;
|
||||
color: $primary-medium;
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.date {
|
||||
clear: left;
|
||||
padding-top: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue