0
Fork 0
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:
Márton Lente 2024-04-25 15:27:15 +02:00 committed by Márton Lente
parent 1f79ce586a
commit 71090ea488

View file

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