fixed more bugs in /toys/license/
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user