mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
minimum window size changed
This commit is contained in:
parent
ad4bf16bac
commit
e7982594cd
1 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,8 @@ html, body, .app {
|
|||
position: relative;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
min-width: 1024px;
|
||||
min-width: 1000px;
|
||||
min-height: 650px;
|
||||
overflow: hidden;
|
||||
background-color: @colorbgmain;
|
||||
font: 13px / 18px 'Open Sans', 'LatoLight', 'Arial', 'Helvetica', 'sans-serif';
|
||||
|
|
|
|||
Loading…
Reference in a new issue