mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-09 18:23:11 +02:00
fix: shrink channel selector further to fit Samsung S20 navbar in one row
Reduce wrapper min-width 100px → 80px and tighten the form-select chevron padding (2rem → 1.5rem right, 0.6rem → 0.5rem left) so the navbar fits in one row on ~360px-wide phones while keeping the chevron and text both visible. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -479,7 +479,7 @@ main {
|
||||
.navbar-touch-select {
|
||||
min-height: 40px;
|
||||
font-size: 1rem;
|
||||
padding: 0.35rem 2rem 0.35rem 0.6rem;
|
||||
padding: 0.35rem 1.5rem 0.35rem 0.5rem;
|
||||
}
|
||||
|
||||
/* Offcanvas menu styling */
|
||||
|
||||
Reference in New Issue
Block a user