[STYLE] Center the left/right lightbox buttons

This commit is contained in:
Gregory Trolliet 2023-09-09 15:59:32 +02:00
parent 73adb5a23a
commit 4204fa8323

View file

@ -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%;
}