mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-07 15:31:29 +08:00
fix mobile toast
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "2.5.8",
|
"version": "2.5.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": "dist/service.js",
|
"bin": "dist/service.js",
|
||||||
@@ -112,4 +112,4 @@
|
|||||||
"workbox-window": "^7.3.0"
|
"workbox-window": "^7.3.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.18"
|
"packageManager": "yarn@1.22.18"
|
||||||
}
|
}
|
||||||
@@ -53,6 +53,18 @@ html.v-overlay-scroll-blocked {
|
|||||||
margin-block: env(safe-area-inset-top) env(safe-area-inset-bottom);
|
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 {
|
.v-dialog > .v-overlay__content > .v-card > .v-card-item {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user