From 59b7f904bf6e841a746f28a43b2603d8c6c17ccd Mon Sep 17 00:00:00 2001 From: king Date: Wed, 16 Sep 2026 01:40:10 +0900 Subject: [PATCH] =?UTF-8?q?style(project):=20=EC=84=A4=EB=AA=85=EB=9E=80?= =?UTF-8?q?=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=95=84=EC=9D=B4=EC=BD=98=20?= =?UTF-8?q?=EC=84=B8=EB=A1=9C=20=EC=9C=84=EC=B9=98=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95=20(top:2px=20->=204px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 5 --- app/modules/project/templates/project/inbox.html | 2 +- app/modules/project/templates/project/index.html | 2 +- app/modules/project/templates/project/project.html | 2 +- app/static/project.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index 56ca719..0795d30 100644 --- a/app/modules/project/templates/project/inbox.html +++ b/app/modules/project/templates/project/inbox.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} diff --git a/app/modules/project/templates/project/index.html b/app/modules/project/templates/project/index.html index 71fb137..10d282c 100644 --- a/app/modules/project/templates/project/index.html +++ b/app/modules/project/templates/project/index.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} diff --git a/app/modules/project/templates/project/project.html b/app/modules/project/templates/project/project.html index d76ec4d..d96ed96 100644 --- a/app/modules/project/templates/project/project.html +++ b/app/modules/project/templates/project/project.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + diff --git a/app/static/project.css b/app/static/project.css index a98f414..5ea68f9 100644 --- a/app/static/project.css +++ b/app/static/project.css @@ -608,7 +608,7 @@ .pj-desc-fmtbtn.is-active { background: var(--pj-accent-tint); border-color: var(--pj-accent); color: var(--pj-accent-dark); } /* 이미지 추가 버튼(label)도 다른 버튼과 같은 높이/굵기로 — material-symbols 기본 24px 아이콘을 그대로 두면 이 버튼만 커 보이고 줄도 어긋난다. */ -.pj-desc-fmtbtn .material-symbols-outlined { font-size: 19px; line-height: 1; position: relative; top: 2px; } +.pj-desc-fmtbtn .material-symbols-outlined { font-size: 19px; line-height: 1; position: relative; top: 4px; } label.pj-desc-fmtbtn { line-height: 26px; } .pj-desc-fmtsep { width: 1px; height: 16px; background: #e2e4ea; margin: 0 4px; } .pj-desc-editor {