mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
14 lines
191 B
SCSS
14 lines
191 B
SCSS
*,
|
|
::before,
|
|
::after {
|
|
box-sizing: inherit;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
html {
|
|
box-sizing: border-box;
|
|
min-block-size: 100%;
|
|
min-block-size: 100vh;
|
|
min-block-size: 100dvh;
|
|
}
|