메인화면 게시글 뷰 컨테이너 라디우스
All checks were successful
deploy-on-main / deploy (push) Successful in 27s

This commit is contained in:
koreacomp5
2025-11-06 00:04:40 +09:00
parent e91085b4ed
commit 1fb859fdf9

View File

@@ -301,7 +301,7 @@ export function BoardPanelClient({
))}
</div>
</div>
<div className=" overflow-hidden h-full min-h-0 flex flex-col bg-white">
<div className="rounded-xl overflow-hidden h-full min-h-0 flex flex-col bg-white">
{!isTextMain && (
<div className="px-3 py-2 border-b border-neutral-200 flex items-center justify-between">
<Link href={`/boards/${board.slug}`} className="text-lg md:text-xl font-bold text-neutral-800 truncate">{board.name}</Link>