mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-21 16:29:54 +08:00
优化样式,合并对话框的边距设置,并为遮罩层添加最小高度
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
}
|
||||
|
||||
.v-dialog > .v-overlay__content {
|
||||
margin-block-start: env(safe-area-inset-top);
|
||||
margin-block-end: env(safe-area-inset-bottom);
|
||||
margin-block: env(safe-area-inset-top) env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.v-dialog--fullscreen > .v-overlay__content{
|
||||
@@ -33,6 +32,10 @@
|
||||
padding-block-end: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.v-overlay__scrim {
|
||||
min-block-size: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
/* router view transition fade-slide */
|
||||
.fade-slide-leave-active,
|
||||
.fade-slide-enter-active {
|
||||
|
||||
Reference in New Issue
Block a user