adding margin to PM glyph on mobile

This commit is contained in:
Kris 2018-04-05 22:33:58 -04:00
parent e4a9242ada
commit 50257ebfb1
3 changed files with 5 additions and 7 deletions

View File

@ -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;
}

View File

@ -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 {

View File

@ -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;