diff --git a/4chan_x.user.js b/4chan_x.user.js
index f3e96f611..b16015835 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1457,7 +1457,7 @@
text = '';
}
tid || (tid = g.THREAD_ID || '');
- QR.qr = qr = ui.dialog('qr', 'top: 0; right: 0;', " X
");
+ QR.qr = qr = ui.dialog('qr', 'top: 0; right: 0;', " X
");
c = d.cookie;
$('[name=name]', qr).value = (m = c.match(/4chan_name=([^;]+)/)) ? decodeURIComponent(m[1]) : '';
$('[name=email]', qr).value = (m = c.match(/4chan_email=([^;]+)/)) ? decodeURIComponent(m[1]) : '';
@@ -3286,10 +3286,10 @@
}\
#qr .wat {\
display: inline-block;\
- width: 30px;\
+ width: 16px;\
overflow: hidden;\
- background: #FFF;\
position: relative;\
+ vertical-align: text-top;\
}\
#qr .wat input {\
opacity: 0;\
diff --git a/script.coffee b/script.coffee
index 4b8c9da6e..b481fb0b4 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1074,7 +1074,7 @@ QR =