Fix mentions and notifications drawer.

Thanks to xet7 !

Fixes #6062,
fixes #6003,
fixes #5996,
fixes #5720,
fixes #5911,
fixes #5792,
fixes #5163,
fixes #4431,
fixes #4126,
fixes #3363,
fixes #3150
This commit is contained in:
Lauri Ojansivu 2026-01-14 21:02:10 +02:00
parent 0d5dd3082c
commit 20b5e2ab8f
14 changed files with 225 additions and 72 deletions

View file

@ -12,8 +12,8 @@
display: none;
}
#notifications-drawer .notification .read-status {
width: 4vw;
padding: 0 1.3vw 0 0;
width: 2vw;
padding: 0 0.5vw 0 0;
}
#notifications-drawer .notification .read-status input {
width: 3vw;
@ -27,6 +27,9 @@
display: block;
color: #bbb;
}
#notifications-drawer .notification .read-status .activity-type.hidden {
display: none;
}
#notifications-drawer .notification .details .activity a.member {
margin: 0px 0px 0px 0px;
padding: 0px;
@ -53,6 +56,13 @@
color: #999;
font-style: italic;
}
#notifications-drawer .notification .details .notification-date {
margin-top: 4px;
}
#notifications-drawer .notification .details .notification-date small {
font-size: 0.85em;
color: #999;
}
#notifications-drawer .notification .remove a:hover {
color: #eb4646 !important;
}