From 7fe2d925a5f329eec287182ae8668f7d9ff07f22 Mon Sep 17 00:00:00 2001 From: hyowons Date: Mon, 8 Jun 2026 16:55:19 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EA=B3=84=EC=A2=8C=EB=AA=85=20?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EB=8D=94=20=EC=9E=91=EA=B2=8C(10=E2=86=92?= =?UTF-8?q?8.5px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- agents/stock/workspace/scripts/behive_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/stock/workspace/scripts/behive_web.py b/agents/stock/workspace/scripts/behive_web.py index ed280cf..24e3b4c 100644 --- a/agents/stock/workspace/scripts/behive_web.py +++ b/agents/stock/workspace/scripts/behive_web.py @@ -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자+ */