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 +}