style(admin): fix button height consistency

This commit is contained in:
Hördle Bot
2025-11-23 02:16:42 +01:00
parent c05ead4493
commit 6fd5f8ed0c

View File

@@ -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 {