fix mobile toast

This commit is contained in:
jxxghp
2025-06-27 10:03:18 +08:00
parent 35ce244490
commit 7dcc293a09
2 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "2.5.8",
"version": "2.5.9",
"private": true,
"type": "module",
"bin": "dist/service.js",
@@ -112,4 +112,4 @@
"workbox-window": "^7.3.0"
},
"packageManager": "yarn@1.22.18"
}
}

View File

@@ -53,6 +53,18 @@ html.v-overlay-scroll-blocked {
margin-block: env(safe-area-inset-top) env(safe-area-inset-bottom);
}
@media only screen and (width <= 600px){
.Vue-Toastification__container {
inline-size: 100vw;
padding-block: 4.5rem;
padding-inline: 1rem;
}
.Vue-Toastification__toast {
border-radius: 8px;
}
}
.v-dialog > .v-overlay__content > .v-card > .v-card-item {
padding: 16px;
}