From 2c3c3b256a0956de1684f28f9ac98e3bfa341f73 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Fri, 27 Mar 2026 23:53:34 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Beschreibung=20generieren=20Button=20rec?= =?UTF-8?q?htsb=C3=BCndig=20neben=20Label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Button sitzt jetzt in der Label-Zeile statt unter dem Textarea. Kompakteres Layout, Label und Aktion auf einer Zeile. --- src/static/css/style.css | 9 +++++++-- src/static/dashboard.html | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 43e55ca..aea6adb 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -2068,10 +2068,15 @@ a:hover { margin-top: var(--sp-xs); } -.description-enhance-row { - margin-top: var(--sp-md); +.description-label-row { display: flex; align-items: center; + justify-content: space-between; + margin-bottom: var(--sp-sm); +} + +.description-label-row label { + margin-bottom: 0; } #btn-enhance-description { diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 86c72c4..bf904b3 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -333,14 +333,14 @@
- - -
+
+
+