mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +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;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, html {
|
html, body, .app {
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
|
min-width: 1024px;
|
||||||
|
position: relative;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
|
||||||
background-color: @colorbgmain;
|
background-color: @colorbgmain;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue