user files improvements

This commit is contained in:
mrfry 2022-08-24 18:48:48 +02:00
parent 281d0e00ce
commit 3029d255ea
4 changed files with 111 additions and 37 deletions

View file

@ -7,6 +7,12 @@
padding-bottom: 2px;
}
.searchContainer input {
border: 1px solid var(--text-color);
border-radius: 5px;
padding: 10px;
}
.clearButton {
width: 50px;
background-color: var(--background-color);