mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-03-03 10:30:28 +00:00
41 lines
719 B
CSS
41 lines
719 B
CSS
#memory_settings {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#memory_settings textarea {
|
|
margin-bottom: 10px;
|
|
font-size: 14px;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
#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 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;
|
|
} |