Fix lightbox video styles
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
795edf1987
commit
ddf182b452
1 changed files with 7 additions and 9 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue