mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-10 17:42:50 +08:00
12 lines
198 B
SCSS
12 lines
198 B
SCSS
*,
|
|
::before,
|
|
::after {
|
|
box-sizing: inherit;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
html {
|
|
box-sizing: border-box;
|
|
min-height: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom))
|
|
}
|