World info folders can now be collapsed by clicking on the folder icon

This commit is contained in:
Gnome Ann
2021-12-22 13:12:35 -05:00
parent 452b46146b
commit fc04ff3a08
4 changed files with 66 additions and 8 deletions

View File

@@ -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;