Forum: Fix bold text in last unread message (#2361)

This commit is contained in:
Alexander Zinchuk 2023-01-28 02:15:40 +01:00
parent 7902cda648
commit 4f68d23f73

View File

@ -38,9 +38,12 @@ $radius: 0.5rem;
}
.unread {
font-weight: 500;
color: var(--color-text);
.title, :global(.sender-name) {
font-weight: 500;
}
&.main-column, &.last-message {
padding: 0 0.25rem;
}