From 2e1342a58e17a23a5875ce68a519980791e975f2 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 15:43:57 +0200 Subject: [PATCH] =?UTF-8?q?Nightly:=20URL-Input-Text=20l=C3=A4uft=20nicht?= =?UTF-8?q?=20mehr=20=C3=BCber=20Download-Button=20(padding-right=20+=20el?= =?UTF-8?q?lipsis)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/src/styles.css b/web/src/styles.css index 033a922..940fe0a 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -577,6 +577,14 @@ header p { } /* Soundbutton-Text minimal kräftiger als 500 */ .sounds-flow .sound-btn > span { font-weight: 501 !important; } + +/* URL Input mit Download Button - Text soll nicht über Button laufen */ +.input-field.pl-10.with-left-icon { + padding-right: 100px !important; /* Platz für Download Button */ + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} .sound-wrap { position: relative; display: block; } .sound-wrap.row .sound { width: 100%; } .row-check { width: 18px; height: 18px; accent-color: #60a5fa; }