mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-03 05:10:05 -05:00
Navbar: Hide Gitea's help link in navbar
I couldn't find another way of doing it through the config https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui
This commit is contained in:
parent
d72b4f9bb7
commit
04542a3890
1 changed files with 5 additions and 0 deletions
|
@ -367,6 +367,11 @@ strong, b, h1, h2, h3, h4, h5, h6,
|
|||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
/* Hide Gitea's Help link in navbar. */
|
||||
.ui.menu.bar a[href="https://docs.gitea.io"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.following.bar #navbar {
|
||||
min-height: 45px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue