mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-29 10:51:19 +00:00
Add memory system plugin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user