From 11a8b187c7bc18169d65ae602159ef780e85041d Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 3 Nov 2023 14:56:04 +0100 Subject: [PATCH] fixed: search dialog width on mobile --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 53249af..2b25715 100644 --- a/style.css +++ b/style.css @@ -104,6 +104,7 @@ body::-webkit-scrollbar-thumb { /* search file dialog */ #filter { + width: 100%; color: black; background-color: lightgray; }