add padding to qr code for easy scanning in dark mode

Relates #2004
pull/2015/head
Audric Ackermann 4 years ago
parent 16ab506eb6
commit 62e8150021
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -734,6 +734,8 @@ label {
display: flex; display: flex;
justify-content: center; justify-content: center;
background: white;
padding: 0.5rem;
svg { svg {
width: 135px; width: 135px;
height: 135px; height: 135px;

Loading…
Cancel
Save