Improve folder list styling

This commit is contained in:
WithoutPants 2026-03-23 16:08:33 +11:00
parent 09ba5d291f
commit 89e3a7a89b

View file

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