fix(ui): reduce DM sidebar contact name font size to match channel sidebar

Global .contact-name (1.1rem/600) was bleeding into DM sidebar items.
Added explicit 0.88rem/400 override for .dm-sidebar-item .contact-name.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-03-26 17:51:26 +01:00
parent 71e00caa55
commit 54be1796f8

View File

@@ -174,6 +174,8 @@ main {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 0.88rem;
font-weight: 400;
}
.dm-sidebar-item .sidebar-unread-dot {