fix search dialog width for mobile devices
This commit is contained in:
parent
f4349d1ae6
commit
3580b0651d
|
@ -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 {
|
||||||
|
@ -142,4 +143,4 @@ body::-webkit-scrollbar-thumb {
|
||||||
.color-code {
|
.color-code {
|
||||||
color:white;
|
color:white;
|
||||||
background-color:black;
|
background-color:black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue