Set sidebar search box width to 90% for better spacing

Gives the search input proper breathing room within the narrow sidebar.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 13:34:20 -05:00
parent e607e262bd
commit 1cea38cf0d
+1 -1
View File
@@ -333,7 +333,7 @@
}
.sidebar-search input {
width: 100%;
width: 90%;
padding: 0.4rem 0.5rem;
border: 1px solid var(--border-color-dark);
border-radius: 3px;