mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 17:36:24 +00:00
fix #4610: add a small white padding to the totp qr code
some qr code readers need a white "quiet zone" around the main qr code. otherwise, they won't be able to scan it at all which made it impossible to scan the totp qr code on certain devices. Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
0bf2b7fb0b
commit
745aeaacdd
@ -224,11 +224,11 @@ Ext.define('Proxmox.window.AddTotp', {
|
||||
visible: '{!secretEmpty}',
|
||||
},
|
||||
style: {
|
||||
'margin-left': 'auto',
|
||||
'margin-right': 'auto',
|
||||
margin: '5px auto',
|
||||
padding: '5px',
|
||||
width: '266px',
|
||||
height: '266px',
|
||||
'background-color': 'white',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user