Merge pull request #591 from Stremio/fix-mobile-modals-positioning

fix: toasts padding on mobile
This commit is contained in:
Tim 2024-02-20 11:14:53 +01:00 committed by GitHub
commit eae3944a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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