style(project): 멤버 배정 후보 카드를 아이콘/이름/체크박스 세로 배치로

아이콘 - 이름 - 체크박스 순 세로 스택으로 바꾸고 아이콘 크기를 2배(20px→
40px, 아바타 18px→36px)로 키움. 새 프로젝트 모달의 멤버 선택(가로 한 줄)
은 그대로 두고 pj-member-pick-stacked 를 따로 둬서 멤버 배정 모달에만 적용.
This commit is contained in:
2026-09-16 13:10:24 +09:00
parent 22c4997342
commit 81c8a77f89
5 changed files with 22 additions and 9 deletions
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260917f" />
<link rel="stylesheet" href="/static/project.css?v=20260917g" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %}
@@ -45,5 +45,5 @@
{% endif %}
</div>
<script src="/static/project.js?v=20260917g" defer></script>
<script src="/static/project.js?v=20260917h" defer></script>
{% endblock %}