From 956e67566b4107e0b9e5dcaac4b9d7cb9ad52223 Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 8 Jul 2024 10:50:38 +0100 Subject: [PATCH] fixed inconsistent display of avatars in combined notifs (seriously chromium?) --- src/lib/ui/Notification.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ui/Notification.svelte b/src/lib/ui/Notification.svelte index 53a75da..7bcf93c 100644 --- a/src/lib/ui/Notification.svelte +++ b/src/lib/ui/Notification.svelte @@ -180,6 +180,7 @@ } header .notif-avatars img:not(:first-child) { box-shadow: 4px 0 8px -2px rgba(0,0,0,.33); + z-index: 0; } header .notif-avatars img:not(:last-child) { margin-left: -8px;