fix(components/media_modal): Style issues (#4187)
This commit is contained in:
committed by
Eugen Rochko
parent
0c7c188c45
commit
a9a0c854e1
@ -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;
|
||||
|
Reference in New Issue
Block a user