mirror of
https://github.com/stashapp/stash.git
synced 2026-04-24 16:04:56 +02:00
Improve folder list styling
This commit is contained in:
parent
09ba5d291f
commit
89e3a7a89b
1 changed files with 5 additions and 1 deletions
|
|
@ -127,11 +127,15 @@
|
|||
.folder-list {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
max-height: 30vw;
|
||||
max-height: 300px;
|
||||
overflow-x: auto;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-top: 1rem;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
&-item {
|
||||
white-space: nowrap;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue