mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-03 05:10:05 -05:00
UI: Fix notification indicator not showing on mobile
This commit is contained in:
parent
cf9a5d1712
commit
9f134d1eb7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue