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

Upgrade nav-global markup and styles to web-assets v2's pre-compiled
nav-global component to improve visual consistency with other sites.
This commit is contained in:
Márton Lente
2024-08-16 14:44:26 +02:00
parent da25064cae
commit 8532b5654e
2 changed files with 237 additions and 214 deletions

View File

@@ -52,6 +52,13 @@
display: none;
}
/* Navigation */
@media(min-width: 1200px) {
.nav-global .nav-global-container {
max-width: 1170px;
}
}
/* Repository page. */
.repository .file-view.markdown a {
color: var(--color-primary);