From 274d3874f57e43aeba9db2c67c0780a05958a5e6 Mon Sep 17 00:00:00 2001 From: xRangerDE Date: Mon, 11 May 2026 04:22:16 +0200 Subject: [PATCH] =?UTF-8?q?cleanup:=20extract=20.select-compact=20class=20?= =?UTF-8?q?=E2=80=94=204=20selects=20outside=20.form-group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The vodSortSelect + the 3 archive-search selects all sat OUTSIDE the .form-group container, which meant the existing .form-group select rule did not apply to them. Each carried the same ~110 chars of inline style hard-coding bg / border / radius / padding / color. Extracted to a shared .select-compact class (6px radius, 7px padding, var(--bg-card) base, var(--border-soft) border) and swapped all four call sites. Visual consistency between the filter-row select in the VODs tab and the multi-select control strip in the Archive search — same heights, same border treatment. Minor visual change for the 3 archive selects (4px -> 6px border-radius, 6px -> 7px vertical padding) so the controls now match the rest of the apps button + input family. Worth the 1px delta for the consistency. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/index.html | 12 ++++++------ src/styles.css | 13 +++++++++++++ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/src/index.html b/src/index.html index e98b111..0cb7b65 100644 --- a/src/index.html +++ b/src/index.html @@ -264,15 +264,15 @@
- - - +