From a55b5a56ea49df1ed1050ef78176efa2bf1e9d98 Mon Sep 17 00:00:00 2001 From: Jan Svabenik Date: Thu, 28 May 2026 19:34:24 +0200 Subject: [PATCH] style(ui): enlarge volume +/- buttons (18->30px) and volume %% (11->14px) --- web/static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/static/style.css b/web/static/style.css index d004c2d..4b6b98c 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -219,6 +219,7 @@ html, body { #volume-row > * + * { margin-left: 10px; } .btn-vol { width: 48px; height: 48px; line-height: 48px; -webkit-flex-shrink: 0; flex-shrink: 0; font-size: 18px; } #btn-mute { font-size: 22px; } +#btn-vol-up, #btn-vol-down { font-size: 30px; font-weight: 600; } #btn-mute.muted { color: var(--accent); } #volume-bar-wrap { -webkit-flex: 1; @@ -245,7 +246,7 @@ html, body { border-radius: 4px; } #volume-pct { - font-size: 11px; + font-size: 14px; color: var(--text-dim); text-align: center; }