diff --git a/4chan_x.user.js b/4chan_x.user.js index 89a53feaf..4a0e8cdf8 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3215,6 +3215,9 @@ #qr .autohide input {\ width: 82px;\ }\ + #qr #autopost {\ + width: auto;\ + }\ #qr #recaptcha_response_field {\ width: 100%;\ }\ diff --git a/script.coffee b/script.coffee index 562128dfe..ba09e87f3 100644 --- a/script.coffee +++ b/script.coffee @@ -2468,6 +2468,9 @@ Main = #qr .autohide input { width: 82px; } + #qr #autopost { + width: auto; + } #qr #recaptcha_response_field { width: 100%; }