mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user