From 85d73328c5443368bdc146ff7df7f9bcfcb4adae Mon Sep 17 00:00:00 2001 From: EiSiMo Date: Tue, 21 Apr 2026 17:38:59 +0200 Subject: [PATCH] =?UTF-8?q?logo:=20+10%=20size=20(2.25rem=20=E2=86=92=202.?= =?UTF-8?q?5rem)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/base.html b/web/templates/base.html index cc589fd..b4c49a7 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -123,7 +123,7 @@ .map-popup-actions .btn { padding: 0.35rem 0.7rem; font-size: 12px; } .map-popup-actions form { margin: 0; } .brand-dot { - width: 2.25rem; height: 2.25rem; border-radius: 10px; + width: 2.5rem; height: 2.5rem; border-radius: 10px; background: linear-gradient(135deg, #66b7f2 0%, #2f8ae0 60%, #fbd76b 100%); box-shadow: 0 1px 4px rgba(47, 138, 224, 0.35); display: inline-flex; align-items: center; justify-content: center;