Changeset 0.37.14 (#226)

Co-authored-by: gobha <jasafpro@gmail.com>
Co-committed-by: gobha <jasafpro@gmail.com>
This commit is contained in:
2026-03-23 16:47:48 +00:00
committed by xcaliber
parent fcb998bff9
commit b7746c3004
164 changed files with 6972 additions and 3527 deletions

View File

@@ -193,6 +193,11 @@
.sw-menu__arrow { font-size: 0.6em; color: var(--text-3); }
.sw-menu__divider { height: 1px; background: var(--border); margin: 4px 0; }
@media (max-width: 768px) {
.sw-menu { max-width: calc(100vw - 16px); }
.sw-menu__item { min-height: 44px; padding: 0.5rem 0.75rem; }
}
/* ── Drawer ────────────────────────────────── */
.sw-drawer-overlay {