From ff21111cefc7f6e30eca0537d463cda2700a7eea Mon Sep 17 00:00:00 2001 From: Abu Ottermann Date: Mon, 7 Oct 2024 21:09:50 +0200 Subject: [PATCH] small css QoL changes --- public/css/w0bmcustom.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 24342de..89bd2f4 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -3464,7 +3464,7 @@ button.w0bmcustom-css:hover { button.chilledblue-css { width: 100%; - padding-bottom: 5px; + padding: 5px; background: #142121; border: 1px solid #131916; margin-bottom: 5px; @@ -4235,6 +4235,7 @@ pre { background: black; width: 100%; margin-bottom: 5px; + padding: 5px; } .toggo { @@ -4306,4 +4307,8 @@ input[type=range]:-moz-focusring{ input[type=range]:focus::-moz-range-track { background: #ccc; -} \ No newline at end of file +} + +div#switcher button { + line-height: 1; +}