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:
parent
1f79ce586a
commit
37bbdf7dd1
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Hide the navbar logo. */
|
||||
#navbar #navbar-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Notifications indicator. */
|
||||
.notification_count {
|
||||
border-radius: 0.6em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue