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 {
|
||||
padding-left: 5px !important;
|
||||
}
|
||||
.name-col{
|
||||
[action*='/f/'] .subject, .name-col {
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
[action*='/f/'] .subject {
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
word-wrap: break-word;
|
||||
div.navLinks.sauce {
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
.mobile.center {
|
||||
display:none!important;
|
||||
}
|
||||
table.flashListing {
|
||||
border-spacing: 1px !important;
|
||||
padding-left: 5px !important;
|
||||
margin: 5px auto !important;
|
||||
}
|
||||
.flashListing td {
|
||||
padding: 2px !important;
|
||||
|
||||
@ -13,5 +13,6 @@ Flash =
|
||||
sauceLink = $.el 'a',
|
||||
textContent: 'Check Sauce on SWFCHAN'
|
||||
href: "http://eye.swfchan.com/search/?q=#{swfName.textContent}"
|
||||
$.addClass nav, 'sauce'
|
||||
$.rmAll nav
|
||||
$.add nav, [$.tn('['), sauceLink, $.tn(']')]
|
||||
Loading…
x
Reference in New Issue
Block a user