Nightly: Sound-Button Padding gleichmäßig (12px 16px), Text zentriert

This commit is contained in:
vibe-bot 2025-08-09 02:52:31 +02:00
parent 1820e3ceff
commit d9a450f06a

View file

@ -553,6 +553,8 @@ header p {
width: auto; width: auto;
max-width: 260px; /* verhindert überlange Buttons, mehr Cards pro Zeile */ max-width: 260px; /* verhindert überlange Buttons, mehr Cards pro Zeile */
white-space: nowrap; /* einzeilig */ 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 { position: relative; display: block; }
.sound-wrap.row .sound { width: 100%; } .sound-wrap.row .sound { width: 100%; }