diff --git a/parse-qr/index.html b/parse-qr/index.html index 53fc0c2..cb7da85 100644 --- a/parse-qr/index.html +++ b/parse-qr/index.html @@ -49,6 +49,24 @@ text-align: center; color: #333; margin-bottom: 10px; + position: relative; + } + + .refresh-btn { + position: absolute; + top: -30px; + right: -30px; + background: transparent; + border: none; + font-size: 20px; + cursor: pointer; + padding: 8px; + border-radius: 50%; + transition: background 0.2s; + } + + .refresh-btn:hover { + background: #f0f0f0; } .subtitle { @@ -60,7 +78,7 @@ .drop-zone { border: 3px dashed #667eea; border-radius: 12px; - padding: 60px 20px; + padding: 45px 20px; text-align: center; background: #f8f9ff; transition: all 0.3s ease; @@ -361,7 +379,10 @@
Drag & drop, paste, or click to browse an image