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; +}