mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
app styles updated
This commit is contained in:
parent
f5a802ddc2
commit
c1c1d9d75a
1 changed files with 4 additions and 3 deletions
|
|
@ -9,10 +9,11 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body, html {
|
||||
height: 100%;
|
||||
html, body, .app {
|
||||
height: 100vh;
|
||||
min-width: 1024px;
|
||||
position: relative;
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
background-color: @colorbgmain;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue