mirror of
https://github.com/Merricx/qrazybox.git
synced 2024-11-21 18:42:57 +01:00
Fixed display bugs
This commit is contained in:
parent
30c01f331f
commit
8dd33360de
2 changed files with 2 additions and 1 deletions
|
@ -554,7 +554,7 @@ ul {list-style: none;}
|
|||
|
||||
.div-extract {
|
||||
width: 800px;
|
||||
margin-left: 40px;
|
||||
margin-left: 140px;
|
||||
text-align: left;
|
||||
color: #000;
|
||||
overflow: auto;
|
||||
|
|
|
@ -206,6 +206,7 @@
|
|||
<div class="space"></div>
|
||||
<button id="new-btn-new" class="big">New blank QR code</button>
|
||||
<button id="new-btn-import-img" class="big">Import from Image</button>
|
||||
<div class="clear"></div>
|
||||
<input type="file" class="invisible" id="import-img">
|
||||
<canvas id="hidden-canvas" class="hide"></canvas>
|
||||
<img src="#" id="hidden-img" class="hide">
|
||||
|
|
Loading…
Reference in a new issue