Skip to content

Commit 289f675

Browse files
committed
restore sidebar in editor to match other pages
1 parent 9bc3133 commit 289f675

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

editor/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
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 { display: none; }
15-
.hamburger { display: none !important; }
14+
.sidebar-outer { width: 220px; min-width: 220px; border-right: 1px solid #e0e0e0; flex-shrink: 0; overflow-y: auto; }
1615
#site-sidebar { padding: 1.5rem 1.5rem 1rem; display: flex; flex-direction: column; }
1716
#site-sidebar a { font-size: 14px; color: #555; padding: 0.4rem 0; display: block; text-decoration: none; }
1817
#site-sidebar a:hover { color: #111; }
@@ -240,7 +239,6 @@
240239
</div>
241240
</div>
242241
<footer><p>C++ Mode for Processing</p><p class="footer-contact"><a href="mailto:pep84c@gmail.com">pep84c@gmail.com</a></p></footer>
243-
<script>window.NAV_NO_HAMBURGER = true;</script>
244242
<script src="../assets/nav.js"></script>
245243
</body>
246244
</html>

0 commit comments

Comments
 (0)