fix: center search dialog
This commit is contained in:
parent
9dabe899f3
commit
765691337b
|
@ -114,9 +114,10 @@ body::-webkit-scrollbar-thumb {
|
||||||
#searchdialog {
|
#searchdialog {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
left: 10%;
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
width: 90%;
|
width: 80%;
|
||||||
color: black;
|
color: black;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue