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:
parent
c7b406a7f5
commit
72d59eaf27
@ -1,3 +1,6 @@
|
||||
:root:not(.js-enabled) #captchaContainerAlt {
|
||||
height: auto;
|
||||
}
|
||||
noscript > iframe, #recaptcha_challenge_field {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user