댓글 썸네일 비율 고정

This commit is contained in:
2026-04-07 14:06:51 +09:00
parent 09b9036bbe
commit d9aa6a6922
4 changed files with 11 additions and 1 deletions

View File

@@ -270,12 +270,14 @@ watch(unreadOnly, loadInbox)
display: grid;
grid-template-columns: 140px minmax(0, 1fr);
gap: 18px;
align-items: stretch;
align-items: start;
}
.commentInboxCard__thumbWrap {
width: 100%;
aspect-ratio: 16 / 9;
align-self: start;
flex: 0 0 auto;
border-radius: 18px;
overflow: hidden;
background: var(--theme-thumb-fallback-bg);