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:
@@ -367,6 +367,11 @@ strong, b, h1, h2, h3, h4, h5, h6,
|
|||||||
border-color: var(--color-border);
|
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 {
|
.following.bar #navbar {
|
||||||
min-height: 45px;
|
min-height: 45px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user