1
0
Fork 0

UI: Hide the navbar logo in the secondary navbar

Hide the redundant navbar logo in the secondary navbar that is already present in nav global.
This commit is contained in:
Márton Lente 2024-04-25 15:11:36 +02:00
parent 1f79ce586a
commit 37bbdf7dd1

View file

@ -118,6 +118,11 @@
}
}
/* Hide the navbar logo. */
#navbar #navbar-logo {
display: none;
}
/* Notifications indicator. */
.notification_count {
border-radius: 0.6em;