Skip to content

Commit 598285a

Browse files
committed
💄 아카이브 페이지 > 패널과 헤더 사이 패딩 제거
1 parent 5969da8 commit 598285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/archives/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const ArchivesLayout = async ({ children }: React.PropsWithChildren<unknown>) =>
2828
const { channels, dehydratedState } = await fetchArchivesPageData()
2929

3030
return (
31-
<div className="relative grid h-full grid-cols-[1fr] grid-rows-[1fr] gap-2 overflow-hidden px-0 py-2 md:grid-cols-[320px_1fr] md:px-5">
31+
<div className="relative grid h-full grid-cols-[1fr] grid-rows-[1fr] gap-2 overflow-hidden px-0 pb-2 md:grid-cols-[320px_1fr] md:px-5">
3232
<ArchivePannel className="absolute z-[1] w-full md:static" title="채널">
3333
<div className="flex h-0 grow flex-col gap-1 overflow-y-auto">
3434
{channels.map((channel) => (

0 commit comments

Comments
 (0)