From 317a329acb31f414b09fc636f20e2f1c4e37f9e1 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 27 Nov 2024 21:07:46 -0600 Subject: [PATCH] undo "fix" --- src/webpage/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 3292dc2..a439a92 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1801,6 +1801,7 @@ fieldset input[type="radio"] { .flexspace { overflow-y: auto; padding-bottom: 32px; + flex-shrink: 0; } .flexspace:has(.flexspace) { height: 100%; @@ -1812,11 +1813,14 @@ fieldset input[type="radio"] { overflow: hidden; flex-shrink: 0; } - .flexltr > .optionElement{ +.flexltr:has(.optionElement){ + /* margin: 16px 16px 0 16px !important; */ +} +.flexltr > .optionElement{ margin: 16px 6px 0 0px; - } +} .optionElement:has(.optionElement) { - /* margin: 0; */ + margin: 0; } .optionElement:has(.Buttons) { height: 100%;