fix sneexy navbar

This commit is contained in:
Ruben 2025-10-28 08:40:47 -05:00
commit f24b42ed4f
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
2 changed files with 11 additions and 15 deletions

View file

@ -1,5 +1,5 @@
<!-- top navbar --> <!-- top navbar -->
<header class="navbar"> <header class="navbar sneexy">
<navbar-left> <navbar-left>
<a class="nav-base nav-baselink nav-desktop" aria-label="Back to Synth.Download" href="https://synth.download"><img aria-hidden="true" src="/assets/synth.download/synth_web.svg" class="synth-icon" /></a> <a class="nav-base nav-baselink nav-desktop" aria-label="Back to Synth.Download" href="https://synth.download"><img aria-hidden="true" src="/assets/synth.download/synth_web.svg" class="synth-icon" /></a>
</navbar-left> </navbar-left>

View file

@ -296,22 +296,18 @@
/* modify widths and spacing depending on the size of the display */ /* modify widths and spacing depending on the size of the display */
@media screen and (max-width: 35rem) { @media screen and (max-width: 35rem) {
.navbar { html:not(:has(.navbar.sneexy)) {
.nav-desktop { .navbar {
display: none !important; .nav-desktop {
} display: none !important;
}
.nav-mobile-menu { .nav-mobile-menu {
display: inline-flex !important; display: inline-flex !important;
} }
.nav-links { .nav-links {
display: none !important; display: none !important;
}
.nav-settings {
span {
padding: 0 .4rem !important;
} }
} }
} }