mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Show font size toggle button on mobile
Keep the font toggle (A) visible on mobile while hiding other breadcrumb action buttons (speech, bookmark). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1241,9 +1241,17 @@
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Hide breadcrumb action buttons on mobile */
|
||||
/* Hide most breadcrumb action buttons on mobile, but show font toggle */
|
||||
.breadcrumb-actions {
|
||||
display: none !important;
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.breadcrumb-actions .breadcrumb-action-btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.breadcrumb-actions .breadcrumb-action-btn.font-toggle {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
[data-theme="dark"] .breadcrumb {
|
||||
|
||||
Reference in New Issue
Block a user