Show Notification page link when no notifications exist

This commit is contained in:
Andy Smith
2025-05-21 10:47:15 -05:00
parent d0afb663dc
commit acc31416b9
+1 -1
View File
@@ -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;