chore: update home padding styles

This commit is contained in:
Steven
2024-01-04 22:50:46 +08:00
parent d7ed59581c
commit 6320d042c8
4 changed files with 9 additions and 7 deletions

View File

@ -7,7 +7,7 @@ const HomeSidebar = () => {
const currentUser = useCurrentUser();
return (
<aside className="relative w-full px-4 h-full max-h-screen overflow-auto hide-scrollbar flex flex-col justify-start items-start py-4 sm:pt-6">
<aside className="relative w-full h-full max-h-screen overflow-auto hide-scrollbar flex flex-col justify-start items-start py-4 sm:pt-6">
<SearchBar />
<PersonalStatistics user={currentUser} />
<TagList />