Increase width of noscript captcha iframe on reports page.

4chan was using 400px; Google expects 500px.
This eliminates the scroll bars on the iframe.
This commit is contained in:
ccd0 2015-06-29 19:32:16 -07:00
parent c7b406a7f5
commit 72d59eaf27

View File

@ -1,3 +1,6 @@
:root:not(.js-enabled) #captchaContainerAlt {
height: auto;
}
noscript > iframe, #recaptcha_challenge_field {
width: 500px;
}