mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 04:53:37 +08:00
Merge pull request #2513 from awesomerobot/master
fixing PM title alignment
This commit is contained in:
commit
292d436eaa
|
@ -61,7 +61,11 @@
|
||||||
.private-message-glyph { display: none; }
|
.private-message-glyph { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.private-message-glyph { color: scale-color($primary, $lightness: 75%); }
|
.private-message-glyph {
|
||||||
|
color: scale-color($primary, $lightness: 75%);
|
||||||
|
float: left;
|
||||||
|
margin: 0 5px 0 0;
|
||||||
|
}
|
||||||
.private_message #topic-title .private-message-glyph { display: inline; }
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
||||||
|
|
||||||
a.reply-new {
|
a.reply-new {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user