From 35fd3a5d157627f4352fcec6f93883426e4ea823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Schl=C3=BCter?= Date: Sat, 20 Jun 2026 23:04:35 +0200 Subject: [PATCH] =?UTF-8?q?fix(ui):=20Senden=20als=20runder=20Icon-Button?= =?UTF-8?q?=20(Fu=C3=9Fzeile=20=C3=BCberlaufsicher)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Senden ➤ als runder Icon-Button (gleich groß wie Mikrofon) statt Text -> passt auch im Querformat/schmalen Geräten, kein Abschneiden mehr. - Eingabefeld min-w-0, Buttons shrink-0 -> Reihe kann nicht überlaufen. Co-Authored-By: Claude Opus 4.8 --- app/web/index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/app/web/index.html b/app/web/index.html index 44634b0..da699ae 100644 --- a/app/web/index.html +++ b/app/web/index.html @@ -290,16 +290,20 @@
- - + class="flex-1 min-w-0 rounded-xl border border-slate-300 dark:border-slate-600 bg-transparent px-4 py-2.5 focus:outline-none focus:ring-2 focus:ring-blue-500" /> +
- +