UI: Upgrade nav-global to web-assets v2 component #9

Open
Márton Lente wants to merge 5 commits from ui/web-assets-v2-nav-global into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 345c549da2 - Show all commits

View File

@ -689,6 +689,13 @@
/* Make sure to start every line with ".nav-global" /* Make sure to start every line with ".nav-global"
* so changes affect the developer navbar only. */ * so changes affect the developer navbar only. */
/* TODO: remove if custom font 'Inter' is added to Gitea
* Don't try to load custom font 'Inter' */
.nav-global * {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* Limit navbar width on large screens. */ /* Limit navbar width on large screens. */
@media(min-width: 1200px) { @media(min-width: 1200px) {
.nav-global .nav-global-container { .nav-global .nav-global-container {