fix qr code's popup mobile
This commit is contained in:
parent
a7d5ca70d3
commit
0301ad0cf0
2 changed files with 15 additions and 13 deletions
|
|
@ -122,13 +122,13 @@
|
|||
display: block;
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
width: 210px;
|
||||
height: 210px;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
}
|
||||
|
||||
.panel qrcode canvas {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.addresses .panel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue