FolderList search style to CSS

This commit is contained in:
the-djmaze 2022-12-22 10:57:41 +01:00
parent 40d29acb15
commit cfdc37189b
2 changed files with 6 additions and 1 deletions

View file

@ -14,6 +14,11 @@
margin: 0;
}
input {
width: calc(100% - 8px);
margin-left: 4px;
}
.move-action-content-wrapper {
z-index: -1;
position: fixed;