0
0
Fork 0

fix(components/media_modal): Style issues (#4187)

This commit is contained in:
Sorin Davidoi 2017-07-13 22:18:18 +02:00 committed by Eugen Rochko
parent 0c7c188c45
commit a9a0c854e1
3 changed files with 21 additions and 11 deletions

View file

@ -2957,6 +2957,7 @@ button.icon-button.active i.fa-retweet {
max-height: 80vh;
position: relative;
.extended-video-player,
img,
canvas,
video {
@ -2966,6 +2967,13 @@ button.icon-button.active i.fa-retweet {
height: auto;
}
.extended-video-player,
video {
display: flex;
width: 80vw;
height: 80vh;
}
img,
canvas {
display: block;