Try fix toast width again

This commit is contained in:
Lim Chee Aun 2024-05-27 19:01:41 +08:00
parent 34077e8467
commit 9aa2bac685

View file

@ -2225,6 +2225,8 @@ body > .szh-menu-container {
box-shadow: 0 3px 8px -1px var(--drop-shadow-color),
0 10px 36px -4px var(--button-bg-blur-color);
text-align: center;
width: fit-content;
max-width: calc(100vw - 32px);
}
.toastify-bottom {
margin-bottom: env(safe-area-inset-bottom);