Fix lightbox videos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user