added more credits

This commit is contained in:
2025-01-22 21:37:00 +01:00
parent 07a432a499
commit 9f2ed4e448
10 changed files with 24 additions and 14 deletions
+4 -3
View File
@@ -8,8 +8,9 @@
max-width: 100vw;
flex-grow: 1;
}
#optionsCredits {
.optionsCredits {
margin: 0%;
max-width: calc(100% - (5px * var(--pxDensity)));
}
label {
background-color: var(--navBarBtn_Inner);
@@ -42,7 +43,7 @@ input {
color: inherit;
display: inline-block;
}
.slider {
.slider { /* its slightly offset down >:( */
-webkit-appearance: none;
appearance: none;
background-color: var(--navBarBtn_Border);
@@ -56,7 +57,7 @@ input {
margin: 0%;
outline: none;
padding: 0%;
}
}
.slider::-webkit-slider-thumb, .slider::-moz-range-thumb {
-webkit-appearance: none;
appearance: none;