mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-21 23:03:13 -05:00
UI: Hide the navbar logo in the secondary navbar (#8)
Hide the redundant navbar logo in the secondary navbar that is already present in nav global. Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/8 Reviewed-by: Pablo Vazquez <pablovazquez@noreply.localhost>
This commit is contained in:
parent
1f79ce586a
commit
71090ea488
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…
Reference in a new issue