From 94bbf8f0a37ed8f6fd6a4b57ef3588e9dcd69da1 Mon Sep 17 00:00:00 2001 From: emma Date: Thu, 8 Dec 2022 19:12:58 +0000 Subject: [PATCH] update unread notification overlay look --- src/components/notifications/notifications.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 3d3408f7..5ac01fa2 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -25,7 +25,9 @@ &.unseen { .notification-overlay { - background-image: linear-gradient(135deg, var(--badgeNotification, $fallback--cRed) 4px, transparent 10px) + background: var(--badgeNotification, $fallback--cRed); + opacity: 0.2; + // background-image: linear-gradient(135deg, var(--badgeNotification, $fallback--cRed) 4px, transparent 10px) } } } @@ -77,7 +79,8 @@ } } - .follow-text, .move-text { + .follow-text, + .move-text { padding: 0.5em 0; overflow-wrap: break-word; display: flex;