From bbdcf8f71ce43f5727c9d161a264e6ac959e1627 Mon Sep 17 00:00:00 2001 From: xRangerDE Date: Mon, 11 May 2026 05:43:47 +0200 Subject: [PATCH] =?UTF-8?q?cleanup:=20extract=20.vod-filter-row=20CSS=20cl?= =?UTF-8?q?ass=20=E2=80=94=20kill=203=20inline=20style=20attrs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The filter row above the VOD grid carried three inline style attributes: - the row's own flex layout (display:flex; align-items:center; gap:8px; margin-bottom:12px; flex-wrap:wrap) - vodSortLabel had margin-left:8px (extra spacing past the row's gap to visually group "Sort:" with the select) - vodFilterCount had min-width:80px (prevents layout shift as count text changes during typing) All three are now CSS class definitions (.vod-filter-row, .vod-sort-label, .vod-filter-count). HTML reads cleaner and the styling lives alongside the related .vod-bulk-bar block in styles.css. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/index.html | 6 +++--- src/styles.css | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 9dc63f5..69001db 100644 --- a/src/index.html +++ b/src/index.html @@ -261,10 +261,10 @@
-
+
- + - +