style: 계좌명 폰트 더 작게(10→8.5px)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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자+ */
|
||||
|
||||
Reference in New Issue
Block a user