From 1cea38cf0dbeb1793593187c822ace46aa2d0e87 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Nov 2025 13:34:20 -0500 Subject: [PATCH] Set sidebar search box width to 90% for better spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gives the search input proper breathing room within the narrow sidebar. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index 88c070a..3aa06bb 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -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;