Increase right sidebar top padding to visually align with left sidebar content

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-16 22:41:37 -06:00
parent 66fb2ad9d1
commit fdb65ff430
+1 -1
View File
@@ -40,7 +40,7 @@ export function RightSidebar() {
const { data: latestAccounts, isLoading: accountsLoading } = useLatestAccounts();
return (
<aside className="w-[340px] shrink-0 hidden lg:flex flex-col sticky top-0 h-screen overflow-y-auto py-3 px-4">
<aside className="w-[340px] shrink-0 hidden lg:flex flex-col sticky top-0 h-screen overflow-y-auto pt-6 pb-3 px-4">
{/* Trending Tags */}
<section className="mb-6">
<div className="flex items-center justify-between mb-3">