From 4204fa8323fbbdb663cb212efebead1737bc0dd9 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 Sep 2023 15:59:32 +0200 Subject: [PATCH] [STYLE] Center the left/right lightbox buttons --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 8c229aa..d5738d9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -881,7 +881,8 @@ blockquote:after { cursor: pointer; vertical-align: middle; position: absolute; - top: 45%; + top: 50%; + transform: translate(0%, -50%); z-index: 98; opacity: 50%; }