[STYLE] Center the left/right lightbox buttons
This commit is contained in:
parent
73adb5a23a
commit
4204fa8323
1 changed files with 2 additions and 1 deletions
|
@ -881,7 +881,8 @@ blockquote:after {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 45%;
|
top: 50%;
|
||||||
|
transform: translate(0%, -50%);
|
||||||
z-index: 98;
|
z-index: 98;
|
||||||
opacity: 50%;
|
opacity: 50%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue