Skip to content

Commit 5b8d219

Browse files
staredclaude
andcommitted
Open editor by default
Remove 'collapsed' class so editor sidebar is visible on page load. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a1cb8f8 commit 5b8d219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 id="equation-title">Interactive Equations</h1>
3737
</footer>
3838
</main>
3939

40-
<aside id="editor-sidebar" class="editor-sidebar collapsed">
40+
<aside id="editor-sidebar" class="editor-sidebar">
4141
<div class="editor-toolbar">
4242
<button id="toggle-editor-btn" class="toolbar-btn" title="Show/hide editor">
4343
<span class="icon"></span>

0 commit comments

Comments
 (0)