small css QoL changes

This commit is contained in:
2024-10-07 21:09:50 +02:00
parent 46cb60c251
commit ff21111cef

View File

@@ -3464,7 +3464,7 @@ button.w0bmcustom-css:hover {
button.chilledblue-css { button.chilledblue-css {
width: 100%; width: 100%;
padding-bottom: 5px; padding: 5px;
background: #142121; background: #142121;
border: 1px solid #131916; border: 1px solid #131916;
margin-bottom: 5px; margin-bottom: 5px;
@@ -4235,6 +4235,7 @@ pre {
background: black; background: black;
width: 100%; width: 100%;
margin-bottom: 5px; margin-bottom: 5px;
padding: 5px;
} }
.toggo { .toggo {
@@ -4307,3 +4308,7 @@ input[type=range]:-moz-focusring{
input[type=range]:focus::-moz-range-track { input[type=range]:focus::-moz-range-track {
background: #ccc; background: #ccc;
} }
div#switcher button {
line-height: 1;
}