Fix sidebar X button overlapping search input

Add top padding when sidebar is open to make room for the close button.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 17:35:38 -05:00
parent 11163ba9c1
commit e4ef72330a
+1
View File
@@ -862,6 +862,7 @@
transform: translateX(0);
opacity: 1;
pointer-events: auto;
padding-top: 2.5rem;
}
#sidebar-toggle:checked ~ .sidebar-toggle-container {