mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix video playback controls flicker
This commit is contained in:
@@ -94,6 +94,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
&--video {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
@@ -471,7 +471,7 @@ export function Lightbox({
|
||||
|
||||
content = (
|
||||
<video
|
||||
className="Lightbox__object"
|
||||
className="Lightbox__object Lightbox__object--video"
|
||||
controls={!shouldLoop}
|
||||
key={objectURL}
|
||||
loop={shouldLoop}
|
||||
|
||||
Reference in New Issue
Block a user