Skip to content

Commit

Permalink
style: fix QR button misalignment on mobile browsers (#364)
Browse files Browse the repository at this point in the history
100px width is enough on PC, but it will be misplaced on mobile phone.
  • Loading branch information
hfdem committed Aug 12, 2024
1 parent 273a176 commit b9429f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/LinkDisplay/Style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
border-width: 1px;
font-family: inherit;
font-size: 18px;
width: 100px;
width: 110px;
height: 40px;
border-radius: 5px;
cursor: pointer;
Expand Down

0 comments on commit b9429f4

Please sign in to comment.