Skip to content

Commit 76166cc

Browse files
committed
hide sidebar and hamburger in editor
1 parent 24813cf commit 76166cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

editor/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fff; color: #111; height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
1212
#site-nav { flex-shrink: 0; position: static !important; }
1313
.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; }
14+
.sidebar-outer { display: none; }
15+
.hamburger { display: none !important; }
1516
#site-sidebar { padding: 1.5rem 1.5rem 1rem; display: flex; flex-direction: column; }
1617
#site-sidebar a { font-size: 14px; color: #555; padding: 0.4rem 0; display: block; text-decoration: none; }
1718
#site-sidebar a:hover { color: #111; }

0 commit comments

Comments
 (0)