Add more control over memory

This commit is contained in:
SillyLossy
2023-03-06 01:02:01 +02:00
parent 15850b04d1
commit bf42da72b4
2 changed files with 99 additions and 8 deletions

View File

@@ -4,7 +4,9 @@
}
#memory_settings textarea {
margin-bottom: 20px;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.2;
}
#memory_settings input[type="range"] {
@@ -19,7 +21,21 @@
width: fit-content;
}
#memory_settings input[type="button"]:hover {
background-color: #ffffff11;
}
#memory_settings label {
margin-left: 10px;
margin-bottom: 10px;
}
label[for="memory_frozen"] {
display: flex;
align-items: center;
margin-left: 0 !important;
}
label[for="memory_frozen"] input {
margin-right: 10px;
}