mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-05 06:10:11 -05:00
UI: Fix alignment of navbar after recent change
This commit is contained in:
parent
6a5683c2e6
commit
7de5bc01bb
1 changed files with 10 additions and 3 deletions
|
@ -377,6 +377,13 @@ strong, b, h1, h2, h3, h4, h5, h6,
|
||||||
display: none;
|
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. */
|
/* Invert direction so navbar toggle are in the same place when logged in/out. */
|
||||||
.following.bar #navbar .brand {
|
.following.bar #navbar .brand {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|
Loading…
Reference in a new issue