fix search dialog width for mobile devices

This commit is contained in:
quenousimporte 2023-11-11 11:56:58 +01:00 committed by GitHub
parent f4349d1ae6
commit 3580b0651d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,7 @@ body::-webkit-scrollbar-thumb {
#filter { #filter {
color: black; color: black;
background-color: lightgray; width: 100%;
} }
#searchdialog { #searchdialog {
@ -125,6 +125,7 @@ body::-webkit-scrollbar-thumb {
width: 80%; width: 80%;
z-index: 2; z-index: 2;
font-size: 14px; font-size: 14px;
min-width: 500px;
} }
.searchitem { .searchitem {