diff --git a/src/index.html b/src/index.html index c500d88..0ffc9fa 100644 --- a/src/index.html +++ b/src/index.html @@ -421,7 +421,7 @@

Archiv-Statistik

-
+
@@ -453,7 +453,7 @@
-

Archiv durchsuchen

+

Archiv durchsuchen

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

diff --git a/src/styles.css b/src/styles.css index 9001185..067ba9f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1777,6 +1777,16 @@ select option { margin: 0; } +/* Right-side action cluster inside a section-header — keeps a label + and a button (or two) together as a single unit so the section-header + parent's justify-content:space-between can pin the cluster to the + right while the h3 stays at the left. */ +.section-header-actions { + display: flex; + gap: 8px; + align-items: center; +} + /* Plain centred form-row with bottom margin — the most common form-row shape in Settings (button + button + inline-toggle, or number-input + sublabel). Replaces three duplicated inline copies