fix: 프로필 카드 오버플로우와 프리뷰 풀 노출 정리

This commit is contained in:
2026-04-06 10:21:45 +09:00
parent 947837fe40
commit dddc29fd4b
4 changed files with 13 additions and 8 deletions

View File

@@ -333,8 +333,10 @@ watch(userId, loadProfile, { immediate: true })
color: inherit;
padding: 0;
display: grid;
overflow: hidden;
}
.boardCard__thumbWrap {
min-width: 0;
width: 100%;
aspect-ratio: 16 / 9;
padding: 14px 14px 0;
@@ -363,6 +365,7 @@ watch(userId, loadProfile, { immediate: true })
padding: 16px 18px 18px;
display: grid;
gap: 8px;
overflow: hidden;
}
.boardCard__titleRow,
.boardCard__metaRow {