Fix sidebar padding
This commit is contained in:
parent
6963085295
commit
280df436d2
@ -21,7 +21,7 @@ const Sidebar = ({ activeSlug }: { activeSlug: string }): ReactElement => {
|
|||||||
groupedContent[categoryKey].push(content);
|
groupedContent[categoryKey].push(content);
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className="hidden h-full px-3 py-5 xl:flex flex-col items-center">
|
<div className="hidden h-full px-3 pb-5 xl:flex flex-col items-center">
|
||||||
<div className="fixed w-56 flex flex-col gap-5">
|
<div className="fixed w-56 flex flex-col gap-5">
|
||||||
{/* Quick Search */}
|
{/* Quick Search */}
|
||||||
<QuickSearchDialog />
|
<QuickSearchDialog />
|
||||||
|
Loading…
Reference in New Issue
Block a user