fix(project): 아이콘버튼 호버 중앙정렬·댓글팝업 본인댓글 삭제 지원
- .pj-icon-btn 기본 스타일에 flex 중앙정렬 추가(닫기 버튼 등 호버 음영이 아이콘 기준 중앙에 오지 않던 문제, 버튼 UA 기본 패딩이 원인) - 댓글 팝업(카톡형)에서 본인이 작성한 댓글에만 삭제 버튼 노출 (서버는 이미 본인/관리자만 삭제 허용하도록 검증 중) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
.pj-icon-btn {
|
||||
border: none; background: transparent; color: #6b7280; cursor: pointer;
|
||||
font-size: 16px; line-height: 1; width: 24px; height: 24px; border-radius: 6px;
|
||||
padding: 0; display: inline-flex; align-items: center; justify-content: center;
|
||||
}
|
||||
.pj-icon-btn:hover { background: #eceef0; color: #1e1f21; }
|
||||
|
||||
@@ -370,7 +371,12 @@
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.06);
|
||||
}
|
||||
.pj-chat-msg.mine .pj-chat-bubble { background: #fee500; border-radius: 14px 14px 4px 14px; }
|
||||
.pj-chat-time { font-size: 10px; color: #9aa1a9; margin-top: 3px; padding: 0 2px; }
|
||||
.pj-chat-meta { display: flex; align-items: center; gap: 3px; margin-top: 3px; padding: 0 2px; }
|
||||
.pj-chat-time { font-size: 10px; color: #9aa1a9; }
|
||||
/* 본인 댓글만 보이는 삭제 버튼 */
|
||||
.pj-chat-del { width: 16px; height: 16px; color: #b7bdc5; }
|
||||
.pj-chat-del .material-symbols-outlined { font-size: 13px; }
|
||||
.pj-chat-del:hover { color: #c22b10; background: #fbecea; }
|
||||
|
||||
/* ── 보드 단계 컨트롤 ── */
|
||||
.pj-col-head { position: relative; }
|
||||
|
||||
Reference in New Issue
Block a user