LSP: improved preview player position
This commit is contained in:
parent
9501694165
commit
0b5e18db40
3 changed files with 23 additions and 7 deletions
10
lsp/main.css
10
lsp/main.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue