LSP: preview height.. force

This commit is contained in:
cat 2016-06-14 14:56:54 +02:00 committed by Thulinma
parent 680f9acfa8
commit 589dcd21ea
4 changed files with 15 additions and 11 deletions

View file

@ -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;
}