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