mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-03 05:10:05 -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. */
|
/* Notifications indicator. */
|
||||||
.notification_count {
|
.notification_count {
|
||||||
border-radius: 0.6em;
|
border-radius: 0.6em;
|
||||||
|
|
Loading…
Reference in a new issue