From 52b18240fd6c2c5096c04f7c042d088f06c19fbd Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 24 Feb 2023 10:01:07 +0800 Subject: [PATCH] lol i accidentally got rid if the toast rounded corners I really need to use toast more... --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index ec252f73..7a53f6c9 100644 --- a/src/app.css +++ b/src/app.css @@ -1177,6 +1177,7 @@ meter.donut:is(.danger, .explode):after { :root .toastify { padding: 8px 16px; + border-radius: 999px; } .toastify-bottom { margin-bottom: env(safe-area-inset-bottom);