From d9a450f06a730c94a4e3719e40bcc8cf862e6076 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 02:52:31 +0200 Subject: [PATCH] =?UTF-8?q?Nightly:=20Sound-Button=20Padding=20gleichm?= =?UTF-8?q?=C3=A4=C3=9Fig=20(12px=2016px),=20Text=20zentriert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/styles.css b/web/src/styles.css index d1d1085..6c36c67 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -553,6 +553,8 @@ header p { width: auto; max-width: 260px; /* verhindert überlange Buttons, mehr Cards pro Zeile */ white-space: nowrap; /* einzeilig */ + padding: 12px 16px; /* gleichmäßiges Padding links/rechts */ + justify-content: center; /* Text zentrieren */ } .sound-wrap { position: relative; display: block; } .sound-wrap.row .sound { width: 100%; }