From aa5a680b0faf71babf63907025bab13fa03d5492 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Sun, 5 Nov 2023 21:38:40 +0100 Subject: [PATCH] change: search list always 80% --- style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/style.css b/style.css index 3f46b31..b7db5eb 100644 --- a/style.css +++ b/style.css @@ -104,7 +104,6 @@ body::-webkit-scrollbar-thumb { /* search file dialog */ #filter { - width: 100%; color: black; background-color: lightgray; } @@ -117,7 +116,6 @@ body::-webkit-scrollbar-thumb { left: 10%; opacity: 1; width: 80%; - min-width: 500px; z-index: 2; font-family: "Segoe UI"; font-size: 14px;