fix(profile): 한줄 소개 편집을 ✓/✕ 아이콘 버튼으로 변경

텍스트 저장/취소 버튼이 줄바꿈되며 프로필 카드를 밀어버리던 문제 수정. input과 같은 줄에 24px check(저장)/x(취소) 아이콘 버튼 2개 배치. JS의 textContent 토글 제거(아이콘 지워지지 않도록 disabled만).

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-10 16:44:47 +09:00
parent 2357dbd152
commit 5c76786ada
4 changed files with 9 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
.icon-btn, .modal-close { width: 44px; height: 44px; }
.hdr-link, .usermenu-btn { min-height: 44px; }
.profile-bio-edit { width: 40px; height: 40px; } /* 배지형이라 44는 과함 */
.profile-bio-form .profile-bio-edit { width: 32px; height: 32px; } /* 폼 안 check/x 는 인풋과 한 줄 유지 */
.profile-avatar-edit { width: 36px; height: 36px; }
.filter-tab, .sort-tab, .vis-opt, .react-btn, .readme-btn,
.toggle-share-btn, .share-mini-btn, .new-proj-btn, .feed-star-btn,