From 54be1796f890090f952f678df1128cb931ce63d9 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Thu, 26 Mar 2026 17:51:26 +0100 Subject: [PATCH] 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 --- app/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/css/style.css b/app/static/css/style.css index df604a3..c8cf7e8 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -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 {