From 887e2a6d0359ba6f7dd293fc8a3329445a9db232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Thu, 1 Jan 2026 16:48:38 +0100 Subject: [PATCH] Fix up icon button look --- src/main/resources/static/css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/styles.css b/src/main/resources/static/css/styles.css index 32e31b6..269ca7b 100644 --- a/src/main/resources/static/css/styles.css +++ b/src/main/resources/static/css/styles.css @@ -1499,9 +1499,12 @@ button:disabled:hover { .icon-button { display: inline-flex; align-items: center; + text-decoration: none; + text-align: center; + justify-content: center; gap: 6px; padding: 8px 10px; - width: 39px; + width: 34px; border-radius: 8px; border: 1px solid rgba(148, 163, 184, 0.25); background: rgba(255, 255, 255, 0.04);