From 4b361ad56c78a527bfdd524b9319dedd1508648d Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 27 Nov 2024 18:24:54 -0600 Subject: [PATCH] slight CSS fixes --- src/webpage/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index cc15662..5b7e2be 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1760,6 +1760,8 @@ fieldset input[type="radio"] { } .settingbuttons.flexltr{ width: 100%; + border-right: 0; + border-radius: .04in; .SettingsButton{ width:auto; }