forked from AkkomaGang/akkoma-fe
update unread notification overlay look
This commit is contained in:
parent
ce9d316a51
commit
94bbf8f0a3
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue