mobile bar slides

This commit is contained in:
2026-05-08 04:17:44 +02:00
parent 5c887d66ea
commit 3828c1b746
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -11,10 +11,11 @@
border-right: 1px solid var(--border);
gap: 10px;
background: var(--bg);
transition: left 0.3s;
}
#navbar-mobile.inactive {
display: none;
left: calc(var(--nav-mobile-w) * (-1))
}
@media (min-width: 1001px) {