From 4e1c226d50fc88c34f18ab1e387ee1002c71d3b4 Mon Sep 17 00:00:00 2001 From: SquareScreamYT Date: Thu, 10 Oct 2024 19:21:39 +0800 Subject: [PATCH] it wasnt centered :skull: --- kotobalibre/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kotobalibre/style.css b/kotobalibre/style.css index 5355524..fe6bde7 100644 --- a/kotobalibre/style.css +++ b/kotobalibre/style.css @@ -410,8 +410,11 @@ img { } .popup-content { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); background-color: var(--bg-color); - margin: 15% auto; padding: 20px; border-radius: 15px; width: 80%;