Skip to content

Commit

Permalink
fix: buttons in download image are too big for some mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
upsaurav12 committed Dec 30, 2023
1 parent a0f9a10 commit 28105a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/src/css/main.stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2787,7 +2787,7 @@ canvas {
}
.download-dialog-section-2 {
background: transparent;
width: 80%;
width: 90%;
display: inline-flex;
justify-content: space-around;
}
Expand Down

0 comments on commit 28105a3

Please sign in to comment.