fixed: search dialog width on mobile

This commit is contained in:
quenousimporte 2023-11-03 14:56:04 +01:00
parent ca4a54f36a
commit 11a8b187c7
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;
}