From 44617cffca5a510a8fbd22e423126941e48c7e3a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Wed, 28 Dec 2022 18:04:58 +0800 Subject: [PATCH] Make sure bottom toast respect safe area --- src/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app.css b/src/app.css index fe1c15fb..e611cfb0 100644 --- a/src/app.css +++ b/src/app.css @@ -764,6 +764,9 @@ meter.donut:is(.danger, .explode):after { box-shadow: 0 3px 8px -1px var(--bg-faded-blur-color), 0 10px 36px -4px var(--button-bg-blur-color); } +.toastify-bottom { + margin-bottom: env(safe-area-inset-bottom); +} :root .toastify:hover { filter: brightness(1.2); }