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:
parent
43a8537159
commit
6c4efc9c23
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue