mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
minimum window size changed
This commit is contained in:
parent
c091662d5e
commit
0052ebeeb6
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ svg {
|
|||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 800px;
|
||||
min-height: 600px;
|
||||
min-width: 640px;
|
||||
min-height: 480px;
|
||||
font-family: 'Roboto', 'sans-serif';
|
||||
overflow: auto;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue