LSP: preview height.. force
This commit is contained in:
parent
680f9acfa8
commit
589dcd21ea
4 changed files with 15 additions and 11 deletions
|
@ -754,10 +754,13 @@ body:not(.helpme) .input_container .ih_balloon {
|
|||
.video_container {
|
||||
max-width: 90%;
|
||||
max-width: calc(100vw - 22em);
|
||||
max-height: 90vh;
|
||||
max-height: calc(100vh - 15em);
|
||||
height: 90vh;
|
||||
height: calc(100vh - 15em);
|
||||
overflow: hidden;
|
||||
}
|
||||
.mistvideo {
|
||||
height: 100%;
|
||||
}
|
||||
video {
|
||||
min-width: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue