mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add filtering to folder select (#4277)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user