mirror of
https://git.wownero.com/wownero/wownero-wallet-generator.git
synced 2024-08-15 01:03:32 +00:00
Scale the show QR button down to look better
CSS rules from antanst
This commit is contained in:
parent
a4a425ccf9
commit
8017c5de78
2 changed files with 15 additions and 14 deletions
|
@ -10280,7 +10280,8 @@ bC0zLjUsMjAuNGgtNkwyNDQuOCwzMTAuNkwyNDQuOCwzMTAuNnoiLz4KPC9nPgo8L3N2Zz4K">
|
|||
<div class="card-content light-green-text text-darken-4">
|
||||
<span class="card-title light-green-text text-darken-4">
|
||||
Public address
|
||||
<input type="button" class="waves-effect waves-light btn" onclick="js:toggle_qr();" value="Show QR code" action=""/>
|
||||
<input type="button" class="waves-effect waves-light btn" onclick="js:toggle_qr();" value="Show QR code" action=""
|
||||
style="line-height: 25px height: 25px; font-size: 60%; padding: 0px 1.5rem;"/>
|
||||
</span>
|
||||
|
||||
<p>This is the address you give to third parties to send monero to you.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue