From 83eb8d35449b26d54ab4b11091202aed5af9a1f6 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 7 Aug 2026 19:03:02 +0200 Subject: [PATCH] ui: contact detail box layout --- src/api/templates/contact.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index cd3d246..ca4b3ee 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -59,7 +59,7 @@ position: fixed; top: 136px; right: 2rem; - width: 280px; + width: 380px; background: #fff; border-radius: 8px; padding: 1rem 1.25rem; @@ -70,17 +70,17 @@ .quicklink-item { display: block; - padding: 0.75rem; - background: #f8f9fa; - border-radius: 6px; + padding: 0.25rem 0.6rem; + background: #e7f3ff; color: #0066cc; + border-radius: 20px; text-decoration: none; - font-size: 0.875rem; + font-size: 0.8rem; transition: background 0.15s ease; } .quicklink-item:hover { - background: #e7f3ff; + background: #d0e8ff; text-decoration: underline; }