From 37eed8736f9f9771ddcea0d01499cac1d47b8712 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 63d5dc4..3f46b31 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; }