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 {
|
.archetype-private_message #topic-title .edit-topic-title .tag-chooser {
|
||||||
margin-left: 19px;
|
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; }
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
||||||
|
|
||||||
.topic-error {
|
.topic-error {
|
||||||
|
|
|
@ -31,10 +31,8 @@
|
||||||
.private-message-glyph { display: none; }
|
.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; }
|
.private_message #topic-title .private-message-glyph { display: inline; }
|
||||||
|
|
||||||
|
|
||||||
/* both blocks that appear under the standard post control buttons */
|
/* both blocks that appear under the standard post control buttons */
|
||||||
.notification-options, .pinned-options {
|
.notification-options, .pinned-options {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue