diff --git a/frontend/package.json b/frontend/package.json index 45a8aad..cb82317 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "piroinfront", - "proxy": "http://localhost:8080", + "proxy": "http://54.116.94.89:8080", "version": "0.1.0", "private": true, "dependencies": { diff --git a/frontend/src/pages/pirocheck/students/StudentDetail.module.css b/frontend/src/pages/pirocheck/students/StudentDetail.module.css index 0d15987..07261dc 100644 --- a/frontend/src/pages/pirocheck/students/StudentDetail.module.css +++ b/frontend/src/pages/pirocheck/students/StudentDetail.module.css @@ -252,6 +252,7 @@ display: flex; align-items: center; justify-content: space-between; + gap: 14px; } .itemLabel { diff --git a/frontend/src/pages/qna/QnAListPage.module.css b/frontend/src/pages/qna/QnAListPage.module.css index 10ea886..430f1d0 100644 --- a/frontend/src/pages/qna/QnAListPage.module.css +++ b/frontend/src/pages/qna/QnAListPage.module.css @@ -200,6 +200,7 @@ color: var(--dark); } + .oxBtn:disabled { cursor: default; background: var(--pale); @@ -209,11 +210,15 @@ } .oxCount { + width: 24px; + text-align: center; font-size: 20px; - margin-left: 14px; + margin-left: 8px; color: var(--gray600); font-family: var(--font-main); font-weight: 500; + line-height: 1; + flex-shrink: 0; } /* ── 질문 목록 ── */ @@ -395,7 +400,12 @@ } .commentContent svg { + width: 22px; + height: 22px; + min-width: 22px; + min-height: 22px; flex-shrink: 0; + display: block; } .commentMore {