mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Fix sidebar toggle button width to accommodate text
Change button from fixed 24px width to auto width with padding, allowing "Sidebar" text to fit properly without overflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -372,8 +372,10 @@
|
||||
}
|
||||
|
||||
.sidebar-toggle-btn {
|
||||
width: 24px;
|
||||
width: auto;
|
||||
min-width: 24px;
|
||||
height: 24px;
|
||||
padding: 0 0.5rem;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 1px solid var(--border-color-darker);
|
||||
|
||||
Reference in New Issue
Block a user