Fix lightbox prev/next buttons position

This commit is contained in:
2022-01-10 17:54:56 +01:00
parent a8f3a0502e
commit c9151d598a
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@
&:before {
position: absolute;
top: calc(50% - 1em);
top: calc(50% - 1em + 50px);
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long