diff --git a/src/index.html b/src/index.html index 9e97f79..7f08c18 100644 --- a/src/index.html +++ b/src/index.html @@ -706,18 +706,18 @@ Auto-Cleanup aktivieren
-
diff --git a/src/styles.css b/src/styles.css index a9cc1d5..8e24eae 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2177,6 +2177,24 @@ select option { flex: 1; } +/* Min-width sizing modifiers — let the row wrap to a new line before + the stack collapses below the named breakpoint. Replaces three inline + min-width declarations in the Auto-Cleanup 3-up row. */ +.form-stack.size-sm { + min-width: 120px; +} + +.form-stack.size-md { + min-width: 160px; +} + +/* Compact-width input — used for the Auto-VOD poll/age inputs where + the values are 2-3 digits and a full-width input would look odd + alongside their inline sublabels. */ +.input-narrow { + width: 90px; +} + /* Block-level note text — same colour as .form-sublabel but reserved for full-row paragraphs like the cleanup report area. */ .form-note {