UX: Hide mobile header notification badges if title is visible

This commit is contained in:
Joe
2019-03-20 01:43:23 +08:00
committed by GitHub
parent 34b871a86c
commit ac4470cd56

View File

@@ -54,7 +54,8 @@
.extra-info-wrapper + .panel {
flex: 0;
min-width: 0;
.header-buttons {
.header-buttons,
.badge-notification {
display: none;
}
}