Skip to content

Commit e07a0e0

Browse files
SOIVclaude
andcommitted
fix(web): Settings 모달 섹션 간격 조정
섹션 블럭 사이 margin-bottom 추가, 상단 설명 텍스트 하단 여백 확보. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ee93ccd commit e07a0e0

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

apps/web/src/styles/settings.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
.settings-dialog-subtitle {
63-
margin: 2px 0 0;
63+
margin: 0 0 16px;
6464
font-size: 12px;
6565
color: var(--text-muted);
6666
}
@@ -115,7 +115,7 @@
115115
overflow-y: auto;
116116
padding: 20px;
117117
display: grid;
118-
gap: 14px;
118+
gap: 20px;
119119
align-content: start;
120120
}
121121

@@ -126,6 +126,11 @@
126126
border-radius: 12px;
127127
padding: 12px;
128128
background: var(--bg-surface);
129+
margin-bottom: 8px;
130+
}
131+
132+
.settings-section:last-of-type {
133+
margin-bottom: 0;
129134
}
130135

131136
.settings-section-label {

0 commit comments

Comments
 (0)