style: 계좌명 폰트 더 작게(10→8.5px)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hyowons
2026-06-08 16:55:19 +09:00
parent 2bfc2aa019
commit 7fe2d925a5
+1 -1
View File
@@ -4043,7 +4043,7 @@ details.row + .section-label { margin-top: 14px; padding-top: 24px; border-top-c
.line1 { display: flex; align-items: center; gap: 6px; min-width: 0; flex-wrap: wrap; row-gap: 4px; }
/* 보유행 1: 뱃지+당일마크+종목명+계좌 고정(nowrap). 이름 길면 .stock ellipsis 줄어듦. */
.line1-held { flex-wrap: nowrap; }
.acct-mini { font-size: 10px; color: #7a7f8c; flex: none; } /* 종목명 오른쪽 계좌명 작게 */
.acct-mini { font-size: 8.5px; color: #7a7f8c; flex: none; } /* 종목명 오른쪽 계좌명 작게 */
.stock { font-size: 14px; font-weight: 600; color: #f0f0f0; letter-spacing: -0.01em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.stock.stock-sm { font-size: 12px; } /* 이름 10+ */
.stock.stock-xs { font-size: 10.5px; } /* 이름 14+ */