mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-26 18:59:44 +08:00
fix scss
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.auth-wrapper {
|
||||
min-block-size: calc(var(--vh, 1vh) * 100);
|
||||
min-block-size: calc(var(--vh, 1vh) * 100 + env(safe-area-inset-top));
|
||||
}
|
||||
|
||||
.auth-footer-mask {
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
@use "@layouts/styles/mixins";
|
||||
@use "@configured-variables" as variables;
|
||||
|
||||
html,
|
||||
body {
|
||||
html {
|
||||
min-height: calc(100% + env(safe-area-inset-top))
|
||||
}
|
||||
|
||||
body, #app {
|
||||
min-block-size: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user