diff --git a/4chan_x.user.js b/4chan_x.user.js index bf3323e52..1ab4b8c73 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3480,7 +3480,10 @@ float: right;\ }\ #qr .click input {\ - width: 53px;\ + width: 57px;\ + }\ + #qr .click * {\ + float: left;\ }\ #qr form {\ margin: 0;\ diff --git a/script.coffee b/script.coffee index 6e1d73cb1..130ccfbb8 100644 --- a/script.coffee +++ b/script.coffee @@ -2754,7 +2754,10 @@ main = float: right; } #qr .click input { - width: 53px; + width: 57px; + } + #qr .click * { + float: left; } #qr form { margin: 0;