From 4a3a7a9493f2d02e6c5a97d980a655edabad1304 Mon Sep 17 00:00:00 2001 From: hyowons Date: Mon, 8 Jun 2026 16:59:53 +0900 Subject: [PATCH] =?UTF-8?q?style:=20detail=20=ED=83=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=A4=91=EA=B0=84=20=ED=81=AC=EA=B8=B0(13=E2=86=9211px)?= 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 24e3b4c..03e6b06 100644 --- a/agents/stock/workspace/scripts/behive_web.py +++ b/agents/stock/workspace/scripts/behive_web.py @@ -4121,7 +4121,7 @@ details.row + .section-label { margin-top: 14px; padding-top: 24px; border-top-c .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; } +.detail-tag .tag-chip { font-size: 11px; padding: 2px 8px; border-radius: 4px; } .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; }