From 26106f12e48561d04432df5146b04aa2d0f2888c Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Fri, 11 Apr 2025 13:16:29 -0500 Subject: [PATCH] Remove shadows from notifications you can't see --- app/assets/stylesheets/trays.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index e60631c08..c37c6ae9c 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -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;