Add memory system plugin

This commit is contained in:
SillyLossy
2023-03-04 00:24:56 +02:00
parent ea9df21a55
commit 8d7ecbc40d
3 changed files with 303 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
.test {
color: green;
#memory_settings {
display: flex;
flex-direction: column;
}
#memory_settings textarea {
margin-bottom: 20px;
}
#memory_settings input[type="range"] {
margin-left: 10px;
margin-bottom: 20px;
}
#memory_settings input[type="button"] {
cursor: pointer;
margin-left: 10px;
margin-bottom: 20px;
width: fit-content;
}
#memory_settings label {
margin-left: 10px;
margin-bottom: 10px;
}