mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix lightbox video styles
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -95,6 +95,13 @@
|
||||
}
|
||||
|
||||
&__object {
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
outline: none;
|
||||
width: auto;
|
||||
|
||||
&--container {
|
||||
display: inline-flex;
|
||||
flex-grow: 1;
|
||||
@@ -122,15 +129,6 @@
|
||||
width: calc(100% - 80px);
|
||||
}
|
||||
}
|
||||
|
||||
& {
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
outline: none;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
&__unsupported {
|
||||
|
||||
Reference in New Issue
Block a user