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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user