mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added VE_FORBRYDERNE's Selective World Info
This update allows you to selectively choose when World Info is loaded for more control and RAM savings.
This commit is contained in:
@ -655,12 +655,13 @@ action {
|
||||
.wilistitem {
|
||||
height: 80px;
|
||||
display: grid;
|
||||
grid-template-columns: 4% 30% 66%;
|
||||
grid-template-columns: 4% 30% 58% 8%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.wientry {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
background-color: #212122;
|
||||
}
|
||||
|
||||
@ -677,7 +678,6 @@ action {
|
||||
}
|
||||
|
||||
.wikey > input {
|
||||
height: 100%;
|
||||
background-color: #404040;
|
||||
color: #ffffff;
|
||||
}
|
||||
@ -686,4 +686,8 @@ action {
|
||||
width: 80%;
|
||||
overflow: hidden;
|
||||
font-size: 12pt;
|
||||
}
|
||||
}
|
||||
|
||||
.wiselective > button {
|
||||
white-space: normal;
|
||||
}
|
||||
|
Reference in New Issue
Block a user