UX: vertical alignment for lighbox-wrapper (#27520)
This commit is contained in:
parent
c1b0488c54
commit
3fdf279bb2
|
@ -24,6 +24,7 @@ $meta-element-margin: 6px;
|
||||||
|
|
||||||
.lightbox-wrapper {
|
.lightbox-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
img {
|
img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: top;
|
object-position: top;
|
||||||
|
|
Loading…
Reference in New Issue