From a3c0b01cab34f95a2615493b1696e24361ead6e3 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 29 Aug 2025 09:59:02 +0000 Subject: [PATCH] transition scale --- app/assets/tailwind/toastify.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/assets/tailwind/toastify.css b/app/assets/tailwind/toastify.css index 2336e5f..3286971 100644 --- a/app/assets/tailwind/toastify.css +++ b/app/assets/tailwind/toastify.css @@ -1,9 +1,8 @@ .toastify { @apply - fixed max-w-1/2 z-1000 - cursor-progress - opacity-0 drop-shadow-none - transition-all duration-300 ease-in-out; + fixed max-w-1/2 z-1000 cursor-progress + transition-all duration-300 ease-in-out + scale-80 opacity-0 drop-shadow-none; .toast-close { @apply invisible btn btn-outline btn-sm; @@ -14,5 +13,5 @@ } } -.toastify.on { @apply opacity-100 drop-shadow-md; } +.toastify.on { @apply scale-100 opacity-100 drop-shadow-md; } .toastify-top { @apply -top-150; } \ No newline at end of file