Skip to content

Commit

Permalink
Fixes Copy and QR Code buttons in desktop views (#389)
Browse files Browse the repository at this point in the history
* fix sizing on buttons: copy button would resize and qr code out of bounds of button

* fix sizing on buttons: copy button would resize and qr code out of bounds of button
  • Loading branch information
Dvent1123 authored Nov 10, 2024
1 parent c241d2a commit 4fddd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/LinkDisplay/Style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@
}

.copyButton {
width: 100px;
width: 125px;
}

.qrButton {
width: 100px;
width: 125px;
transform: none;
}

Expand Down

0 comments on commit 4fddd86

Please sign in to comment.