diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index da75de5..34304ca 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 6eb9acd..90e2d91 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 %} @@ -307,7 +307,7 @@ - +
diff --git a/app/modules/project/templates/project/project.html b/app/modules/project/templates/project/project.html index 511139b..9402a7e 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 %} - + @@ -294,7 +294,7 @@ - +
diff --git a/app/static/project.css b/app/static/project.css index 9ceed28..7a3a7e4 100644 --- a/app/static/project.css +++ b/app/static/project.css @@ -606,6 +606,10 @@ } .pj-desc-fmtbtn:hover { background: #f1f2f4; } .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: 16px; line-height: 1; } +label.pj-desc-fmtbtn { line-height: 26px; } .pj-desc-fmtsep { width: 1px; height: 16px; background: #e2e4ea; margin: 0 4px; } .pj-desc-editor { min-height: 64px; max-height: 260px; overflow-y: auto; padding: 8px 10px;