Skip to content

Commit

Permalink
Improvements to size of default accept button on message boxes
Browse files Browse the repository at this point in the history
(part of issue #450)
  • Loading branch information
aecreations committed Jul 18, 2024
1 parent 6ee8e72 commit daa15a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wx-src/pages/msgbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
}

button {
min-width: 120px;
min-width: 132px;
min-height: 32px;
border-radius: 5px;
font-size: 15px !important;
Expand Down
2 changes: 1 addition & 1 deletion wx-src/pages/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ body[data-os="mac"] .lightbox .msgbox-icon {
}

.lightbox.msgbox > .dlg-btns > button {
width: 128px;
width: 120px;
height: 26px;
margin-right: 0;
}
Expand Down

0 comments on commit daa15a2

Please sign in to comment.