adjust size of qr codes to look better on retina displays

This commit is contained in:
2025-08-01 11:38:39 -04:00
parent 036733f939
commit 831cc775ce
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -624,4 +624,8 @@ details.value-block ul li img {
span.button.button-v4v { span.button.button-v4v {
margin-bottom:0; margin-bottom:0;
}
span.crypto-js-qr img {
width: 150px;
} }