mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-18 10:27:34 +08:00
fix mobile toast
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user