UX: vertical alignment for lighbox-wrapper (#27520)

This commit is contained in:
Kris 2024-06-18 16:00:41 -04:00 committed by GitHub
parent c1b0488c54
commit 3fdf279bb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ $meta-element-margin: 6px;
.lightbox-wrapper {
display: inline-block;
vertical-align: middle;
img {
object-fit: cover;
object-position: top;