From 00e366ce50a8877df99f66f4fc81e5bde798dfd6 Mon Sep 17 00:00:00 2001 From: xRangerDE Date: Mon, 11 May 2026 10:43:35 +0200 Subject: [PATCH] cleanup: .form-row.search-bar + .select-compact.size-md modifiers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Archive-search tool-row carried two inline-style attrs: - .form-row with gap:8px; margin-bottom:8px; flex-wrap:wrap; align-items:center (different rhythm from the existing .aligned / .section-header form-row modifiers — tool-row that should wrap on narrow widths) - archiveSearchStreamer .select-compact with min-width:160px (matches the existing .form-stack.size-md width) Extracted into two modifier classes: - .form-row.search-bar — the search/filter tool-row pattern (search input + filter selects + go button collapse gracefully) - .select-compact.size-md — wider select variant, mirrors the .form-stack.size-md pattern from 4.6.95 so width modifiers across element types share the same naming Co-Authored-By: Claude Opus 4.7 (1M context) --- src/index.html | 4 ++-- src/styles.css | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 3dbde24..1062000 100644 --- a/src/index.html +++ b/src/index.html @@ -455,14 +455,14 @@

Archiv durchsuchen

Suche nach Dateinamen, Streamern oder Datum-Strings. Treffer zeigen Recordings (Live + VOD); zugehoerige Chat- und Events-Dateien werden als Companion-Buttons angeboten.

-
+