mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +01:00
Make sure bottom toast respect safe area
This commit is contained in:
parent
422a924844
commit
44617cffca
1 changed files with 3 additions and 0 deletions
|
@ -764,6 +764,9 @@ meter.donut:is(.danger, .explode):after {
|
||||||
box-shadow: 0 3px 8px -1px var(--bg-faded-blur-color),
|
box-shadow: 0 3px 8px -1px var(--bg-faded-blur-color),
|
||||||
0 10px 36px -4px var(--button-bg-blur-color);
|
0 10px 36px -4px var(--button-bg-blur-color);
|
||||||
}
|
}
|
||||||
|
.toastify-bottom {
|
||||||
|
margin-bottom: env(safe-area-inset-bottom);
|
||||||
|
}
|
||||||
:root .toastify:hover {
|
:root .toastify:hover {
|
||||||
filter: brightness(1.2);
|
filter: brightness(1.2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue