4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Added border around qr code

This commit is contained in:
AlphaX-Projects 2024-06-28 08:53:20 +02:00
parent ced56e0a1c
commit ac79619eaf

View File

@ -14203,8 +14203,10 @@ export const multiWalletStyles = css`
} }
.qrcode-pos { .qrcode-pos {
margin-top: -175px; margin-top: -190px;
margin-right: 20px;
float: right; float: right;
border: 1px solid var(--black);
} }
.send-pos { .send-pos {