Fix lightbox video styles

This commit is contained in:
Jamie Kyle 2024-11-22 17:38:02 -08:00 committed by GitHub
parent a370a6eb0a
commit 41ea98a80f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,13 @@
} }
&__object { &__object {
height: auto;
max-height: 100%;
max-width: 100%;
object-fit: contain;
outline: none;
width: auto;
&--container { &--container {
display: inline-flex; display: inline-flex;
flex-grow: 1; flex-grow: 1;
@ -122,15 +129,6 @@
width: calc(100% - 80px); width: calc(100% - 80px);
} }
} }
& {
height: auto;
max-height: 100%;
max-width: 100%;
object-fit: contain;
outline: none;
width: auto;
}
} }
&__unsupported { &__unsupported {