mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
更新页面样式
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
.auth-wrapper {
|
.auth-wrapper {
|
||||||
min-block-size: calc(var(--vh, 1vh) * 100 + env(safe-area-inset-top) + env(safe-area-inset-bottom));
|
min-block-size: 100%;
|
||||||
|
min-block-size: 100vh;
|
||||||
|
min-block-size: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-footer-mask {
|
.auth-footer-mask {
|
||||||
|
|||||||
@@ -7,5 +7,7 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom))
|
min-block-size: 100%;
|
||||||
|
min-block-size: 100vh;
|
||||||
|
min-block-size: 100dvh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user