fix: center search dialog

This commit is contained in:
quenousimporte 2023-09-27 22:21:38 +02:00
parent 9dabe899f3
commit 765691337b
1 changed files with 2 additions and 1 deletions

View File

@ -114,9 +114,10 @@ body::-webkit-scrollbar-thumb {
#searchdialog {
position: absolute;
top: 0;
left: 10%;
background-color: lightgray;
opacity: 1;
width: 90%;
width: 80%;
color: black;
z-index: 2;
}