mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-22 07:13:09 -05:00
UI: Fix navbar items missing on mobile
This commit is contained in:
parent
4dc96e204f
commit
83b9250438
1 changed files with 7 additions and 2 deletions
|
@ -372,9 +372,14 @@ strong, b, h1, h2, h3, h4, h5, h6,
|
|||
min-height: 45px;
|
||||
}
|
||||
|
||||
/* The Blender logo is already in the top-most bar. */
|
||||
/* Hide the first link (app logo). */
|
||||
.following.bar #navbar .brand a:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Invert direction so navbar toggle are in the same place when logged in/out. */
|
||||
.following.bar #navbar .brand {
|
||||
display: none;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
/* Navbar logo. */
|
||||
|
|
Loading…
Reference in a new issue