fix(components/media_modal): Style issues (#4187)
This commit is contained in:
parent
0c7c188c45
commit
a9a0c854e1
3 changed files with 21 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue