Revert "This has been fixed on 4chan's end and is no longer needed."
This reverts commit 5dc7b985adf922564129192ac90d32708251c2b3.
This commit is contained in:
parent
6eeb189041
commit
8b47cc2e80
@ -86,6 +86,7 @@ Main =
|
|||||||
|
|
||||||
switch hostname
|
switch hostname
|
||||||
when 'www.4chan.org'
|
when 'www.4chan.org'
|
||||||
|
$.onExists doc, 'body', false, -> $.addStyle Main.cssWWW
|
||||||
Captcha.replace.init()
|
Captcha.replace.init()
|
||||||
return
|
return
|
||||||
when 'sys.4chan.org'
|
when 'sys.4chan.org'
|
||||||
@ -346,6 +347,8 @@ Main =
|
|||||||
|
|
||||||
css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon') %>`
|
css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon') %>`
|
||||||
|
|
||||||
|
cssWWW: `<%= importCSS('www') %>`
|
||||||
|
|
||||||
features: [
|
features: [
|
||||||
['Polyfill', Polyfill]
|
['Polyfill', Polyfill]
|
||||||
['Normalize URL', NormalizeURL]
|
['Normalize URL', NormalizeURL]
|
||||||
|
|||||||
3
src/css/www.css
Normal file
3
src/css/www.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#captcha-cnt {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user