Fix lightbox videos

This commit is contained in:
2019-10-21 20:17:11 +02:00
parent acf81386ce
commit 5dcb04a1d7
7 changed files with 53 additions and 34 deletions

View File

@@ -7,6 +7,11 @@
@extend .#{$fa-css-prefix}-#{$icon};
}
.lightboxOverlay {
bottom: 0;
right: 0;
}
.lightbox {
display: flex;
align-items: center;
@@ -23,7 +28,6 @@
.lb-image {
image-orientation: from-image;
border: none;
border-radius: 0;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
@@ -56,8 +60,10 @@
padding: 0;
display: inline-block;
vertical-align: top;
width: auto;
white-space: nowrap;
width: 200px;
max-width: 100%;
flex: 0 0 auto;
overflow: hidden;
.lb-data {
padding: 1em 0 0 1em;