fix sneexy navbar
This commit is contained in:
parent
fc12a3af20
commit
f24b42ed4f
2 changed files with 11 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!-- top navbar -->
|
||||
<header class="navbar">
|
||||
<header class="navbar sneexy">
|
||||
<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>
|
||||
</navbar-left>
|
||||
|
|
|
|||
|
|
@ -296,22 +296,18 @@
|
|||
|
||||
/* modify widths and spacing depending on the size of the display */
|
||||
@media screen and (max-width: 35rem) {
|
||||
.navbar {
|
||||
.nav-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
html:not(:has(.navbar.sneexy)) {
|
||||
.navbar {
|
||||
.nav-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.nav-mobile-menu {
|
||||
display: inline-flex !important;
|
||||
}
|
||||
.nav-mobile-menu {
|
||||
display: inline-flex !important;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.nav-settings {
|
||||
span {
|
||||
padding: 0 .4rem !important;
|
||||
.nav-links {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue