mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
World info folders can now be collapsed by clicking on the folder icon
This commit is contained in:
@@ -603,7 +603,12 @@ chunk.editing, chunk.editing * {
|
||||
background-color: #3bf723;
|
||||
}
|
||||
|
||||
.wisortable-container {
|
||||
.ussortable-placeholder {
|
||||
height: 4px;
|
||||
background-color: #3bf723;
|
||||
}
|
||||
|
||||
.wisortable-container.folder-expanded {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
@@ -702,6 +707,23 @@ chunk.editing, chunk.editing * {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.folder-expand {
|
||||
opacity: 20%;
|
||||
}
|
||||
|
||||
.folder-expand:hover {
|
||||
opacity: 44%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.folder-expand.folder-expanded {
|
||||
opacity: 80% !important;
|
||||
}
|
||||
|
||||
.folder-expand.folder-expanded:hover {
|
||||
opacity: 100% !important;
|
||||
}
|
||||
|
||||
.selective-key-icon {
|
||||
position: absolute !important;
|
||||
top: 5px !important;
|
||||
|
Reference in New Issue
Block a user