From c2ccc22adeb60d2ff9b0eb6af3f10d1017651b95 Mon Sep 17 00:00:00 2001 From: ygg2 Date: Wed, 27 Nov 2024 23:24:14 -0500 Subject: [PATCH] added back bottom space on flexspace --- src/webpage/style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index ee187e0..021d98a 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1633,6 +1633,9 @@ img.bigembedimg { padding-bottom: 0; border-bottom: none; } +.nonimagecenter .flexspace, .nonimagecenter .FormSettings { + padding: 0; +} .nonimagecenter button { height: 100%; } @@ -1809,12 +1812,19 @@ fieldset input[type="radio"] { height: 100%; } .flexspace { + padding-bottom: 32px; overflow-y: auto; } .flexspace:has(.flexspace) { height: 100%; padding-bottom: 0; } +.FormSettings .flexspace { + padding-bottom: 0; +} +.FormSettings { + padding-bottom: 32px; +} .optionElement, .FormSettings > button { margin: 16px 16px 0 16px; word-break: break-word; @@ -1941,8 +1951,8 @@ fieldset input[type="radio"] { right: 0; height: calc(100svh - 50px); } - .flexspace { - /* flex-direction: column; */ + .flexspace:has(.hypoprofile) { + flex-direction: column; } .optionElement input[type="text"], .optionElement textarea, @@ -2071,6 +2081,9 @@ fieldset input[type="radio"] { height: 100px; width: 100%; } + .nonimagecenter .settingbuttons { + height: auto; + } .fixedsearch { top: 50% !important; left: 50% !important;