From 21d7acd7e5abbeaf655afe880b5e3b6f118d85bf Mon Sep 17 00:00:00 2001 From: cosmo Date: Sat, 18 Apr 2026 17:22:10 +0200 Subject: [PATCH] style: add btn-sm class and standardize form layouts and button alignment --- static/style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 723fd4b..428de72 100644 --- a/static/style.css +++ b/static/style.css @@ -401,15 +401,22 @@ input:focus { gap: 0.5rem; } -.user-create-form { +.btn-sm { + padding: 0.35rem 0.75rem; + font-size: 0.75rem; + height: auto; +} + +.user-create-form, #add-form { display: flex; flex-direction: column; gap: 1.25rem; - max-width: 400px; + width: 100%; } -.user-create-form .btn-primary { - align-self: flex-start; +.user-create-form .btn-primary, #add-form .btn-primary { + align-self: flex-end; + margin-top: 0.5rem; } .checkbox-container {