mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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
|
|
@ -5,7 +5,8 @@
|
|||
padding: 0px;
|
||||
border: none;
|
||||
list-style: none;
|
||||
user-select: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body, html {
|
||||
|
|
|
|||
Loading…
Reference in a new issue