From fdb65ff430b673b2600a8b3f164a133cdc8e2e7e Mon Sep 17 00:00:00 2001 From: "shakespeare.diy" Date: Mon, 16 Feb 2026 22:41:37 -0600 Subject: [PATCH] Increase right sidebar top padding to visually align with left sidebar content Co-authored-by: shakespeare.diy --- src/components/RightSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RightSidebar.tsx b/src/components/RightSidebar.tsx index dd8b6e7f..fa73f894 100644 --- a/src/components/RightSidebar.tsx +++ b/src/components/RightSidebar.tsx @@ -40,7 +40,7 @@ export function RightSidebar() { const { data: latestAccounts, isLoading: accountsLoading } = useLatestAccounts(); return ( -