4chan-x/src/General/css/report.css
ccd0 72d59eaf27 Increase width of noscript captcha iframe on reports page.
4chan was using 400px; Google expects 500px.
This eliminates the scroll bars on the iframe.
2015-06-29 19:32:16 -07:00

7 lines
130 B
CSS

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