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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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