fixed: search dialog width on mobile

This commit is contained in:
quenousimporte 2023-11-03 14:56:04 +01:00
parent 5d03d4b108
commit 37eed8736f
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ body::-webkit-scrollbar-thumb {
/* search file dialog */
#filter {
width: 100%;
color: black;
background-color: lightgray;
}