From 3580b0651d2aa0ee6a17328054e839cbdb138d85 Mon Sep 17 00:00:00 2001 From: quenousimporte <76260127+quenousimporte@users.noreply.github.com> Date: Sat, 11 Nov 2023 11:56:58 +0100 Subject: [PATCH] fix search dialog width for mobile devices --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 51a28c2..892c624 100644 --- a/style.css +++ b/style.css @@ -112,7 +112,7 @@ body::-webkit-scrollbar-thumb { #filter { color: black; - background-color: lightgray; + width: 100%; } #searchdialog { @@ -125,6 +125,7 @@ body::-webkit-scrollbar-thumb { width: 80%; z-index: 2; font-size: 14px; + min-width: 500px; } .searchitem { @@ -142,4 +143,4 @@ body::-webkit-scrollbar-thumb { .color-code { color:white; background-color:black; -} \ No newline at end of file +}