Skip to content

Commit

Permalink
feat: update config button
Browse files Browse the repository at this point in the history
  • Loading branch information
rei1024 committed Oct 3, 2024
1 parent cc8666a commit 01b3058
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ canvas {
cursor: pointer;
}

@media (pointer: coarse) {
#configButton {
width: 36px;
height: 36px;
}
}

#settingsDialog {
position: relative;
margin: 0px; /* `margin: auto;` is the default. */
Expand Down

0 comments on commit 01b3058

Please sign in to comment.