switch from .navLinks to .swfSauce on /f/

did this to not have it hide when ‘Hide Navlinks’ is enabled
This commit is contained in:
Brandon 2014-03-05 22:15:16 -08:00
parent 23a82cd795
commit b65db1ba7d
4 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2640,7 +2640,7 @@ article li {
white-space: nowrap;
word-wrap: break-word;
}
div.navLinks.sauce {
div.swfSauce {
margin-top: 5px !important;
}
.mobile.center {

View File

@ -13,6 +13,7 @@ Flash =
sauceLink = $.el 'a',
textContent: 'Check Sauce on SWFCHAN'
href: "http://eye.swfchan.com/search/?q=#{swfName.textContent}"
$.addClass nav, 'sauce'
$.addClass nav, 'swfSauce'
$.rmClass nav, 'navLinks'
$.rmAll nav
$.add nav, [$.tn('['), sauceLink, $.tn(']')]