mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Hide PM glyph, follow-up to 02dbcac
This commit is contained in:
@@ -207,6 +207,13 @@ a.badge-category {
|
|||||||
.suggested-topics .suggested-topics-title {
|
.suggested-topics .suggested-topics-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
.private-message-glyph {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.extra-info-wrapper .header-title .private-message-glyph {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-links-container {
|
.post-links-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user