From 68e27a68689347bfb2d8527ddb217c6612b0a86e Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 18 Apr 2026 14:08:57 +0200 Subject: [PATCH] style(admin): Emoji-Icons durch Lucide-Icons ersetzt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ๐ŸŒ/๐Ÿ‘ฅ/๐Ÿ’พ waren die letzten verbliebenen Emoji-Icons in der App und stachen gegen die Lucide-Icons im Rest heraus. Jetzt Globe/Users/ DatabaseBackup als SVG-Icons in den Admin-Tabs, passt zum รผbrigen Design. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/routes/admin/+layout.svelte | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/routes/admin/+layout.svelte b/src/routes/admin/+layout.svelte index dadf18d..dc11c60 100644 --- a/src/routes/admin/+layout.svelte +++ b/src/routes/admin/+layout.svelte @@ -1,23 +1,26 @@ @@ -35,7 +38,7 @@ -webkit-overflow-scrolling: touch; } .tab { - padding: 0.6rem 0.9rem; + padding: 0.5rem 0.95rem 0.5rem 0.8rem; background: white; border: 1px solid #e4eae7; border-radius: 999px; @@ -46,6 +49,7 @@ min-height: 40px; display: inline-flex; align-items: center; + gap: 0.4rem; } .tab.active { background: #2b6a3d;