mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 06:09:21 +01:00
Toast need centered text
This commit is contained in:
parent
18b00f7b28
commit
2149c4c35a
1 changed files with 1 additions and 0 deletions
|
@ -1793,6 +1793,7 @@ meter.donut[hidden] {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
box-shadow: 0 3px 8px -1px var(--drop-shadow-color),
|
box-shadow: 0 3px 8px -1px var(--drop-shadow-color),
|
||||||
0 10px 36px -4px var(--button-bg-blur-color);
|
0 10px 36px -4px var(--button-bg-blur-color);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.toastify-bottom {
|
.toastify-bottom {
|
||||||
margin-bottom: env(safe-area-inset-bottom);
|
margin-bottom: env(safe-area-inset-bottom);
|
||||||
|
|
Loading…
Reference in a new issue