a few more /f/ tweaks
It’s almost presentable! 🎈
This commit is contained in:
parent
8a4a76f376
commit
23a82cd795
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2633,26 +2633,22 @@ article li {
|
|||||||
[action*='/f/'] .fileInfo {
|
[action*='/f/'] .fileInfo {
|
||||||
padding-left: 5px !important;
|
padding-left: 5px !important;
|
||||||
}
|
}
|
||||||
.name-col{
|
[action*='/f/'] .subject, .name-col {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
[action*='/f/'] .subject {
|
div.navLinks.sauce {
|
||||||
max-width: 200px;
|
margin-top: 5px !important;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
}
|
||||||
.mobile.center {
|
.mobile.center {
|
||||||
display:none!important;
|
display:none!important;
|
||||||
}
|
}
|
||||||
table.flashListing {
|
table.flashListing {
|
||||||
border-spacing: 1px !important;
|
border-spacing: 1px !important;
|
||||||
padding-left: 5px !important;
|
margin: 5px auto !important;
|
||||||
}
|
}
|
||||||
.flashListing td {
|
.flashListing td {
|
||||||
padding: 2px !important;
|
padding: 2px !important;
|
||||||
|
|||||||
@ -13,5 +13,6 @@ 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'
|
||||||
$.rmAll nav
|
$.rmAll nav
|
||||||
$.add nav, [$.tn('['), sauceLink, $.tn(']')]
|
$.add nav, [$.tn('['), sauceLink, $.tn(']')]
|
||||||
Loading…
x
Reference in New Issue
Block a user