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

UI: Fix alignment of navbar after recent change

This commit is contained in:
Pablo Vazquez 2023-02-09 13:19:22 +01:00
parent 6a5683c2e6
commit 7de5bc01bb

View file

@ -373,9 +373,16 @@ strong, b, h1, h2, h3, h4, h5, h6,
}
/* Hide the first link (app logo). */
.following.bar #navbar .brand a:first-child {
display: none;
}
.following.bar #navbar .brand a:first-child {
display: none;
}
/* Hide brand navbar completely when not in mobile. */
@media (min-width: 768px) {
.following.bar #navbar .brand {
display: none;
}
}
/* Invert direction so navbar toggle are in the same place when logged in/out. */
.following.bar #navbar .brand {