mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-30 03:11:26 +00:00
Add more control over memory
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user