diff --git a/4chan_x.js b/4chan_x.js index 86df50450..141dfce1c 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2278,6 +2278,10 @@ #qr > div.move > input[name=name] {\ float: left;\ }\ + #qr_form > div {\ + float: left;\ + clear: both;\ + }\ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ display: none;\ }\ diff --git a/script.coffee b/script.coffee index aab0c30e0..37b4290e8 100644 --- a/script.coffee +++ b/script.coffee @@ -1801,6 +1801,10 @@ main = #qr > div.move > input[name=name] { float: left; } + #qr_form > div { + float: left; + clear: both; + } #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ display: none; }