There was an error while loading. Please reload this page.
1 parent 24813cf commit 76166ccCopy full SHA for 76166cc
1 file changed
editor/index.html
@@ -11,7 +11,8 @@
11
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; color: #111; height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
12
#site-nav { flex-shrink: 0; position: static !important; }
13
.layout { display: flex; flex: 1; overflow: hidden; min-height: 0; }
14
- .sidebar-outer { width: 220px; min-width: 220px; border-right: 1px solid #e0e0e0; flex-shrink: 0; overflow-y: auto; }
+ .sidebar-outer { display: none; }
15
+ .hamburger { display: none !important; }
16
#site-sidebar { padding: 1.5rem 1.5rem 1rem; display: flex; flex-direction: column; }
17
#site-sidebar a { font-size: 14px; color: #555; padding: 0.4rem 0; display: block; text-decoration: none; }
18
#site-sidebar a:hover { color: #111; }
0 commit comments