LSP: improved preview player position

This commit is contained in:
cat 2016-06-10 14:44:23 +02:00 committed by Thulinma
parent 9501694165
commit 0b5e18db40
3 changed files with 23 additions and 7 deletions

View file

@ -745,6 +745,16 @@ body:not(.helpme) .input_container .ih_balloon {
max-width: 28em;
font-size: 0.5em;
}
.video_container {
max-width: 90%;
max-width: calc(100vw - 22em);
max-height: 90vh;
max-height: calc(100vh - 15em);
overflow: hidden;
}
video {
min-width: auto;
}
@font-face {
font-family: FuturaICGLight;