fix(web): flat separators with wrapper divs, first-row border, DM sidebar title case

- FriendItem/RequestItem: add plain wrapper div so divide-y border
  lands on a non-rounded element (fixes curved separator lines)
- Add border-t to divide-y containers so first row also gets top line
- Remove uppercase from "Direct Messages" in DM sidebar
This commit is contained in:
Jannis Braun
2026-04-03 00:58:03 +02:00
parent e16cedded7
commit 23517447c3
2 changed files with 44 additions and 40 deletions
@@ -472,7 +472,7 @@ export function ChannelSidebar() {
</div>
<div className="mt-[18px] px-2 mb-1 flex items-center justify-between group">
<span className="text-[12px] font-bold text-txt-tertiary uppercase tracking-wider">Direct Messages</span>
<span className="text-[12px] font-bold text-txt-tertiary tracking-wider">Direct Messages</span>
<button
onClick={() => openModal('newDm')}
className="text-txt-tertiary hover:text-txt-primary transition-colors"