fixed more bugs in /toys/license/

This commit is contained in:
2026-01-02 13:37:07 +01:00
parent e654bf5ae8
commit c99641d755
+2 -1
View File
@@ -9,6 +9,7 @@
max-height: 40vh; max-height: 40vh;
flex-grow: 1; flex-grow: 1;
font-size: min(1.5rem, calc(4px * var(--pxDensity))); font-size: min(1.5rem, calc(4px * var(--pxDensity)));
box-sizing: border-box;
} }
.optionsCredits { .optionsCredits {
margin: 0%; margin: 0%;
@@ -16,7 +17,7 @@
} }
.licenseFormContainer { .licenseFormContainer {
display: grid; display: grid;
grid-template-columns: 35% 65%; grid-template-columns: 40% 60%;
} }
.licenseForm label { .licenseForm label {
background-color: var(--navBarBtn_Inner); background-color: var(--navBarBtn_Inner);