fix qr code's popup mobile

This commit is contained in:
bechi 2014-09-16 15:45:55 -03:00
commit 0301ad0cf0
2 changed files with 15 additions and 13 deletions

View file

@ -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 {