fixed inconsistent display of avatars in combined notifs (seriously chromium?)

This commit is contained in:
ari melody 2024-07-08 10:50:38 +01:00
parent ae8a3fbd63
commit 956e67566b
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -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;