refactor(sidebar): tighten list padding and round conversation and folder rows into pills
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user