fix(project): 설명란 이미지 버튼을 이모지 대신 material-symbols 아이콘으로
🖼️ 이모지가 브라우저마다 색이 진하고 크기가 커서 옆 B/I/U 버튼들과 줄이 안 맞고 튀어 보였다. 이미 쓰고 있는 material-symbols-outlined 폰트의 "image" 아이콘으로 교체하고 16px로 맞춰 다른 서식 버튼과 높이/정렬이 같아지게 함. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260917b" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260917c" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user