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:
MarekWo
2026-04-22 08:46:19 +02:00
parent 8194158241
commit b296913cd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 */