Fix lightbox prev/next buttons

This commit is contained in:
2022-01-10 16:56:01 +01:00
parent 0e06b0e591
commit 74fd8bd972
3 changed files with 5 additions and 4 deletions

View File

@@ -105,14 +105,15 @@
box-sizing: content-box;
}
&.lb-video-nav .lb-nav {
top: 45px;
height: calc(100% - 90px);
top: 0;
height: calc(100% - 100px); //Leave space for video progress bar
}
.lb-nav {
a.lb-prev, a.lb-next {
color: white;
text-decoration: none;
text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
&:before {
position: absolute;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long