mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Author's Note Template
This commit is contained in:
@@ -212,9 +212,19 @@ chunk.editing, chunk.editing * {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#anoteinput {
|
||||
#anoteinput, #anotetemplate {
|
||||
background-color: #404040;
|
||||
color: #ffffff;
|
||||
resize: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#anoteinput {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
#anotetemplate {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
#anoteslidelabel {
|
||||
@@ -428,6 +438,10 @@ chunk.editing, chunk.editing * {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.anotelabel:not(.no-padding) {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.airange {
|
||||
width: 100px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user