From 2093ef3c6771bece91399c64a3300057401b8308 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sun, 15 Mar 2026 20:50:44 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Tooltip-Text=20gr=C3=B6=C3=9Fer=20(12.5p?= =?UTF-8?q?x=20statt=2011px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 20fc127..1c12820 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -4898,9 +4898,9 @@ a.map-popup-article:hover { transform: translateX(-50%); background: var(--bg-secondary); color: var(--text-primary); - font-size: 11px; + font-size: 12.5px; font-weight: 400; - padding: 8px 12px; + padding: 10px 14px; border-radius: var(--radius); border: 1px solid var(--border); white-space: normal;