mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-03-03 18:40:16 +00:00
25 lines
425 B
CSS
25 lines
425 B
CSS
#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;
|
|
} |