From acc31416b985aa7f1fc759be1a5525881fd01dec Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 21 May 2025 10:47:15 -0500 Subject: [PATCH] Show Notification page link when no notifications exist --- app/assets/stylesheets/trays.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index f6d9bca85..aef0a93e4 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -89,7 +89,7 @@ transform: translateY(0); } - .tray:not(:has(.tray__item)) & { + .tray:not(:has(.tray__item:not(.tray__item--overflow))) & { opacity: 1; scale: 1; transform: none;