update unread notification overlay look

This commit is contained in:
emma 2022-12-08 19:12:58 +00:00
parent ce9d316a51
commit 94bbf8f0a3

View file

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