0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2025-01-02 21:00:05 -05:00

UI: Fix notification indicator not showing on mobile

This commit is contained in:
Pablo Vazquez 2023-02-21 12:55:43 +01:00
parent cf9a5d1712
commit 9f134d1eb7

View file

@ -96,8 +96,8 @@
border-radius: 2em;
}
/* Hide the first link (app logo). */
.following.bar #navbar .brand a:first-child {
/* Hide the app logo (first link in "brand" div). */
.following.bar #navbar .brand > a:first-child {
display: none;
}