This commit is contained in:
the-djmaze 2023-06-05 15:31:01 +02:00
parent 15eaf18ec3
commit d190aa114b
2 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,10 @@
color: var(--folders-focused-color, #eee);
}
#folderSearchInput {
width: 100%;
}
.b-folders {
display: flex;
flex-direction: column;

View file

@ -104,7 +104,6 @@
}
.inputSearch {
max-width: 300px;
width: 100%;
}