From 2bfc2aa01977d52964323128dc061f5c54368f33 Mon Sep 17 00:00:00 2001 From: hyowons Date: Mon, 8 Jun 2026 16:54:27 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=8E=BC=EC=B9=9C=20detail=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20=ED=81=AC=EA=B2=8C(13px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .detail-tag .tag-chip 만 13px·패딩 확대. 미리보기·관심행 칩은 8.5px 유지. Co-Authored-By: Claude Opus 4.8 --- agents/stock/workspace/scripts/behive_web.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agents/stock/workspace/scripts/behive_web.py b/agents/stock/workspace/scripts/behive_web.py index e541d58..ed280cf 100644 --- a/agents/stock/workspace/scripts/behive_web.py +++ b/agents/stock/workspace/scripts/behive_web.py @@ -4119,6 +4119,9 @@ details.row + .section-label { margin-top: 14px; padding-top: 24px; border-top-c .badge { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 10px; font-weight: 500; line-height: 1.6; font-variant-numeric: tabular-nums; white-space: nowrap; flex: none; letter-spacing: 0.02em; } .tag-chip { display: inline-block; padding: 0 4px; border-radius: 3px; font-size: 8.5px; font-weight: 500; line-height: 1.4; color: #d6b34a; background: rgba(214,179,74,0.10); border: 1px solid rgba(214,179,74,0.30); white-space: nowrap; flex: none; letter-spacing: 0.01em; font-family: inherit; pointer-events: none; user-select: none; } .tag-chip.tag-leader { color: #ff6b78; background: rgba(255,77,94,0.12); border-color: rgba(255,77,94,0.42); font-weight: 600; } +/* 펼친 detail의 태그는 크게 (미리보기·관심행 칩은 작게 유지). */ +.detail-tag { margin: 0 0 8px; } +.detail-tag .tag-chip { font-size: 13px; padding: 3px 10px; border-radius: 5px; } .btn-add-tag { display: inline-block; padding: 1px 6px; border-radius: 4px; font-size: 10px; font-weight: 500; line-height: 1.5; color: #5a5f6c; background: transparent; border: 1px dashed rgba(120,124,135,0.30); white-space: nowrap; flex: none; cursor: pointer; font-family: inherit; } .btn-add-tag:hover { color: #d6b34a; border-color: rgba(214,179,74,0.45); } .tag-quick-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }