Merge pull request #424 from ThibG/glitch-soc/features/video-player-improvements

Backport a few MediaGallery/Video changes from upstream (fixes #423)
This commit is contained in:
David Yip
2018-04-16 14:41:36 -05:00
committed by GitHub
6 changed files with 38 additions and 14 deletions

View File

@ -307,7 +307,7 @@
&.inline {
video {
object-fit: cover;
object-fit: contain;
position: relative;
top: 50%;
transform: translateY(-50%);