UX: Add styling for quoted tweets (#7832)

This commit is contained in:
Julian Calvento 2019-07-03 11:34:46 -03:00 committed by Kris
parent a60ec00f7a
commit f3c9dbcf20
1 changed files with 28 additions and 2 deletions

View File

@ -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;
}
}