mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 20:02:01 +00:00
box-sizing specified in the app styles
This commit is contained in:
parent
2e9ab154c0
commit
b3a399e2aa
1 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
border: none;
|
||||
list-style: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body, html {
|
||||
|
|
|
|||
Loading…
Reference in a new issue