From 765691337bf7542c9be425608cd0ff69d1f04d77 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 27 Sep 2023 22:21:38 +0200 Subject: [PATCH] fix: center search dialog --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 467fe13..18fd594 100644 --- a/style.css +++ b/style.css @@ -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; }