refactor(sidebar): tighten list padding and round conversation and folder rows into pills

This commit is contained in:
xintaofei
2026-04-22 21:59:55 +08:00
parent 8095a75b5f
commit aea652af76
3 changed files with 6 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ export function Sidebar() {
{/* On mobile, clicking a conversation card auto-closes the Sheet */}
<div
className="flex flex-col flex-1 min-h-0 overflow-hidden pt-2"
className="flex flex-col flex-1 min-h-0 overflow-hidden pt-1"
onClick={
isMobile
? (e) => {