mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: toasts padding on mobile
This commit is contained in:
parent
5499f86d3c
commit
7b8e271425
1 changed files with 8 additions and 0 deletions
|
|
@ -178,5 +178,13 @@ html {
|
|||
html {
|
||||
min-width: inherit;
|
||||
min-height: inherit;
|
||||
|
||||
body {
|
||||
:global(#app) {
|
||||
.toasts-container {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue