Skip to content

Commit 857e422

Browse files
committed
fix: reduce action button size
Decreased font size (13px -> 12px), padding (8px 16px -> 6px 12px), and min-height (36px -> 32px) for better proportions.
1 parent b435afd commit 857e422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ body {
566566
/* Larger action buttons */
567567
.win98-button-primary,
568568
.win98-button-danger {
569-
font-size: 13px;
570-
padding: 8px 16px;
571-
min-height: 36px;
569+
font-size: 12px;
570+
padding: 6px 12px;
571+
min-height: 32px;
572572
}

0 commit comments

Comments
 (0)