changed breakpoints, gap in content block, theme slider bug fixed

This commit is contained in:
2026-05-13 19:37:09 +02:00
parent 35feea1d4d
commit 438f944dc1
5 changed files with 35 additions and 16 deletions
+18 -9
View File
@@ -18,22 +18,30 @@
}
#navbar-mobile::before {
content: "";
position: absolute;
inset: 0;
background: var(--bg);
opacity: 0.992;
z-index: -1;
content: "";
position: absolute;
inset: 0;
background: var(--bg);
opacity: 0.992;
z-index: -1;
}
#navbar-mobile.inactive {
left: calc(var(--nav-mobile-w) * (-1))
}
@media (min-width: 1001px) {
.button-mobile.no-navbar {
display: inline-block;
}
@media (min-width: 1001px) and (min-height: 701px) {
#navbar-mobile {
display: none;
}
.button-mobile.no-navbar {
display: none;
}
}
#navbar-mobile-links {
@@ -146,8 +154,9 @@
width: 100%;
}
.mobile-config .switch{
margin-left: 40px;;
.mobile-config .switch {
margin-left: 40px;
;
}
.mobile-config .lang-dropdown {