From 6fd5f8ed0c1587f955b560141fd8b133e6d68582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Sun, 23 Nov 2025 02:16:42 +0100 Subject: [PATCH] style(admin): fix button height consistency --- app/globals.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app/globals.css b/app/globals.css index 467ff6c..d5c77cc 100644 --- a/app/globals.css +++ b/app/globals.css @@ -278,6 +278,13 @@ body { border-radius: 0.25rem; cursor: pointer; font-weight: 500; + display: inline-flex; + align-items: center; + justify-content: center; + height: 2.5rem; + box-sizing: border-box; + text-decoration: none; + font-size: 0.875rem; } .btn-primary:hover { @@ -292,6 +299,12 @@ body { border-radius: 0.25rem; cursor: pointer; font-weight: 500; + display: inline-flex; + align-items: center; + justify-content: center; + height: 2.5rem; + box-sizing: border-box; + font-size: 0.875rem; } .btn-secondary:hover { @@ -306,6 +319,12 @@ body { border-radius: 0.25rem; cursor: pointer; font-weight: 500; + display: inline-flex; + align-items: center; + justify-content: center; + height: 2.5rem; + box-sizing: border-box; + font-size: 0.875rem; } .btn-danger:hover {