From d20d06ddc00864adad2ee9a6bae2dcb24963f6ba Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 29 Jul 2023 19:26:17 -0500 Subject: [PATCH] add individual formbutton sizes --- css/buttons.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/css/buttons.css b/css/buttons.css index 7c8a46c..9484a31 100644 --- a/css/buttons.css +++ b/css/buttons.css @@ -14,10 +14,22 @@ button.formbutton { border: var(--default-button-border); font-family: var(--primary-font); cursor: pointer; - width: 32px; - height: 32px; + height: 28px; + width: 128px; padding: 0px; margin: 2px; + text-align: left; + font-size: 12px; + font-weight: normal; + flex-shrink: 0; +} + +button.formbutton.small { + width: 28px; +} + +button.formbutton img { + vertical-align: middle; } .button:hover > a > img:nth-of-type(1) {