style: 승인 요청 카드의 설명과 버튼·입력 간격 확대

설명 텍스트와 아래 버튼/입력창이 너무 붙어 보여 간격을 넓힌다.

- 액션 버튼 영역 상단 여백 0.8125rem → 1.125rem
- 승인 메시지 입력창 상단 여백 추가(0.875rem)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-21 19:16:07 +09:00
parent b387b7e378
commit 8b3cebbc62
+2 -2
View File
@@ -3020,7 +3020,7 @@ function badgeFor(name: string | undefined): { label: string; cls: string } {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-top: 0.8125rem;
margin-top: 1.125rem;
}
.ap-btn {
height: 2.375rem;
@@ -3153,7 +3153,7 @@ a.file-info {
font-size: 0.781rem;
color: var(--text);
padding: 0.5rem 0.625rem;
margin-bottom: 0.625rem;
margin-top: 0.875rem;
outline: none;
background: #fff;
}