Add filtering to folder select (#4277)

This commit is contained in:
InfiniteStash
2023-11-20 03:00:28 +01:00
committed by GitHub
parent 61f4d8bd12
commit a0f33e3dab
10 changed files with 120 additions and 85 deletions

View File

@@ -80,10 +80,9 @@
}
}
.folder-list {
margin-top: 0.5rem 0 0 0;
max-height: 30vw;
overflow-x: auto;
// z-index gets set on button groups for some reason
.multi-set .btn-group > button.btn {
z-index: auto;
}
.folder-item {
@@ -92,14 +91,12 @@
}
}
// z-index gets set on button groups for some reason
.multi-set .btn-group > button.btn {
z-index: auto;
}
.folder-list {
list-style-type: none;
margin: 0;
max-height: 30vw;
overflow-x: auto;
padding-bottom: 0.5rem;
padding-top: 1rem;
&-item {