Remove shadows from notifications you can't see

This commit is contained in:
Andy Smith
2025-04-11 13:16:29 -05:00
parent df96ee80fa
commit 26106f12e4
+4
View File
@@ -41,6 +41,10 @@
&:nth-child(5) { --position: 5; }
&:nth-child(6) { --position: 6; }
&:nth-child(n+7) .notification__content {
box-shadow: none !important;
}
.tray[open] & {
--offset: calc((100% + var(--block-space-half)) * (var(--position) * -1));
--scale: 1;