style(sidebar): narrow width from 260px to 200px

This commit is contained in:
Jason
2026-05-04 15:58:31 +08:00
parent 72beca65bb
commit 715718c3e5

View File

@@ -48,7 +48,7 @@
--on-primary: #ffffff; --on-primary: #ffffff;
// ---- Layout ---- // ---- Layout ----
--sidebar-width: 260px; --sidebar-width: 200px;
} }
// ============================================= // =============================================