Merge pull request #425 from ThibG/glitch-soc/fixes/gifv-modal-size

Fix extended video player (gifv) modal size
This commit is contained in:
David Yip 2018-04-16 14:41:18 -05:00 committed by GitHub
commit 1076204eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,6 +161,12 @@
max-width: 100vw;
max-height: 100vh;
position: relative;
}
.media-modal {
width: 100%;
height: 100%;
position: relative;
.extended-video-player {
width: 100%;
@ -176,12 +182,6 @@
}
}
.media-modal {
width: 100%;
height: 100%;
position: relative;
}
.media-modal__closer {
position: absolute;
top: 0;