mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
adding margin to PM glyph on mobile
This commit is contained in:
parent
e4a9242ada
commit
50257ebfb1
@ -122,6 +122,11 @@ a.badge-category {
|
||||
}
|
||||
}
|
||||
|
||||
.private-message-glyph {
|
||||
color: dark-light-choose($primary-low-mid, $secondary-high);
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.archetype-private_message #topic-title .edit-topic-title .tag-chooser {
|
||||
margin-left: 19px;
|
||||
}
|
||||
|
@ -43,11 +43,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.private-message-glyph {
|
||||
color: dark-light-choose($primary-low-mid, $secondary-high);
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.private_message #topic-title .private-message-glyph { display: inline; }
|
||||
|
||||
.topic-error {
|
||||
|
@ -31,10 +31,8 @@
|
||||
.private-message-glyph { display: none; }
|
||||
}
|
||||
|
||||
.private-message-glyph { color: dark-light-choose($primary-low-mid, $secondary-high); }
|
||||
.private_message #topic-title .private-message-glyph { display: inline; }
|
||||
|
||||
|
||||
/* both blocks that appear under the standard post control buttons */
|
||||
.notification-options, .pinned-options {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user