switch from .navLinks to .swfSauce on /f/
did this to not have it hide when ‘Hide Navlinks’ is enabled
This commit is contained in:
parent
23a82cd795
commit
b65db1ba7d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2640,7 +2640,7 @@ article li {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
div.navLinks.sauce {
|
div.swfSauce {
|
||||||
margin-top: 5px !important;
|
margin-top: 5px !important;
|
||||||
}
|
}
|
||||||
.mobile.center {
|
.mobile.center {
|
||||||
|
|||||||
@ -13,6 +13,7 @@ Flash =
|
|||||||
sauceLink = $.el 'a',
|
sauceLink = $.el 'a',
|
||||||
textContent: 'Check Sauce on SWFCHAN'
|
textContent: 'Check Sauce on SWFCHAN'
|
||||||
href: "http://eye.swfchan.com/search/?q=#{swfName.textContent}"
|
href: "http://eye.swfchan.com/search/?q=#{swfName.textContent}"
|
||||||
$.addClass nav, 'sauce'
|
$.addClass nav, 'swfSauce'
|
||||||
|
$.rmClass nav, 'navLinks'
|
||||||
$.rmAll nav
|
$.rmAll nav
|
||||||
$.add nav, [$.tn('['), sauceLink, $.tn(']')]
|
$.add nav, [$.tn('['), sauceLink, $.tn(']')]
|
||||||
Loading…
x
Reference in New Issue
Block a user