fix: 프로필 카드 오버플로우와 프리뷰 풀 노출 정리
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user