Skip to content

Commit 297835c

Browse files
committed
Merge branch 'codex-settings-modal-ui'
2 parents 862b9ba + aa18f6b commit 297835c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

client/src/styles.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@ body {
621621
}
622622
.settings-section {
623623
margin-top: 12px;
624-
padding-top: 12px;
625-
border-top: 1px solid var(--border);
624+
padding-top: 0;
625+
border-top: 0;
626626
}
627627
.settings-section-head {
628628
display: flex;
@@ -673,6 +673,11 @@ body {
673673
font-size: 14px;
674674
}
675675

676+
/* Settings modal: keep button text readable (avoid "small" buttons shrinking). */
677+
.settings-modal .button.small {
678+
font-size: 14px;
679+
}
680+
676681
/* Left sidebar chat items */
677682
.left-sidebar {
678683
height: 100%;

0 commit comments

Comments
 (0)