mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Hide mobile header notification badges if title is visible
This commit is contained in:
parent
34b871a86c
commit
ac4470cd56
@ -54,7 +54,8 @@
|
|||||||
.extra-info-wrapper + .panel {
|
.extra-info-wrapper + .panel {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
.header-buttons {
|
.header-buttons,
|
||||||
|
.badge-notification {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user