From 83fb33c6173fe637ee18a116db42ed2f9930f955 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 02:42:02 +0200 Subject: [PATCH] =?UTF-8?q?Nightly:=20Sound-Buttons=20passen=20Breite=20dy?= =?UTF-8?q?namisch=20an=20Textl=C3=A4nge=20an=20(inline-flex,=20auto=20wid?= =?UTF-8?q?th)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/src/styles.css b/web/src/styles.css index 13d9552..ef6a143 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -548,7 +548,12 @@ header p { flex: 0 0 auto; } /* Kartenbreite an Tabs angelehnt */ -.sounds-flow .sound-btn { min-width: 180px; } +.sounds-flow .sound-btn { + display: inline-flex; + width: auto; + max-width: 260px; /* verhindert überlange Buttons, mehr Cards pro Zeile */ + white-space: nowrap; /* einzeilig */ +} .sound-wrap { position: relative; display: block; } .sound-wrap.row .sound { width: 100%; } .row-check { width: 18px; height: 18px; accent-color: #60a5fa; }