mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:59:50 +08:00
adding word-wrap: break-word back to usernames, fixing onebog bg in quotes
This commit is contained in:
parent
46d1c8c1e0
commit
8f6ab4fb85
|
@ -199,6 +199,11 @@ nav.post-controls {
|
|||
background: lighten($secondary_background_color, 76%);
|
||||
.quote .title {background: lighten($secondary_background_color, 60%);}
|
||||
blockquote {background: lighten($secondary_background_color, 60%);}
|
||||
.onebox {
|
||||
background: lighten($secondary_background_color, 60%);
|
||||
border-left: 5px solid lighten($secondary_background_color, 35%);
|
||||
.quote-controls, .quote-controls a {color: $link-color;}
|
||||
}
|
||||
&.bottom { margin-top: -11px;}
|
||||
.topic-meta-data h5 {margin: 5px;}
|
||||
.topic-meta-data-inside {
|
||||
|
@ -468,6 +473,7 @@ iframe {
|
|||
margin: 0 auto;
|
||||
width: 45px;
|
||||
display: inline;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a.user-group {
|
||||
|
|
Loading…
Reference in New Issue
Block a user