fix: toasts padding on mobile

This commit is contained in:
kKaskak 2024-02-20 10:58:02 +02:00
parent 5499f86d3c
commit 7b8e271425

View file

@ -178,5 +178,13 @@ html {
html {
min-width: inherit;
min-height: inherit;
body {
:global(#app) {
.toasts-container {
padding: 0 1rem;
}
}
}
}
}