2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-03 08:59:21 +08:00

Add styles for Twitter

This commit is contained in:
scossar 2018-03-13 14:07:28 -07:00
parent 43a8537159
commit 6c4efc9c23

View file

@ -63,7 +63,8 @@ aside.onebox .onebox-body a[href] {
text-decoration: none;
}

aside.onebox .onebox-body p {
aside.onebox .onebox-body p,
.onebox-body .tweet {
float: left;
max-width: calc(80% - 20px);
clear: none;
@ -75,7 +76,12 @@ article.onebox-body:after {
clear: both;
}

/* Quotes */
/* Twitter. */
.onebox-body .tweet, .onebox-body .tweet + .date {
float: left;
}

/* Quotes. */
.comment-body .quote .title {
border-left: 5px solid #e9e9e9;
background-color: #f9f9f9;