Remove content pertaining to prefetching
This commit is contained in:
parent
0f7f8dc7fa
commit
d01154ed7d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -526,11 +526,6 @@ else "
|
||||
z-index: 22;
|
||||
}" else ""
|
||||
}
|
||||
/* Prefetcher */
|
||||
#prefetch {
|
||||
z-index: 9;
|
||||
position: fixed;
|
||||
}
|
||||
/* Delete Buttons */
|
||||
#{if _conf['Hide Delete UI'] then "
|
||||
.deleteform,
|
||||
|
||||
@ -63,10 +63,7 @@ html {
|
||||
#{Style.filter theme["Text"], theme["Input Background"]}
|
||||
}
|
||||
#boardTitle,
|
||||
#prefetch,
|
||||
#showQR,
|
||||
#{unless _conf["Post Form Decorations"] then '#spoilerLabel,' else ''}
|
||||
#thread-stats {
|
||||
#{unless _conf["Post Form Decorations"] then '#spoilerLabel' else ''} {
|
||||
text-shadow:
|
||||
1px 1px 0 #{backgroundC},
|
||||
-1px -1px 0 #{backgroundC},
|
||||
|
||||
@ -312,15 +312,12 @@ Style =
|
||||
)
|
||||
|
||||
iconOffset = (
|
||||
if g.VIEW is 'thread' and _conf['Prefetch']
|
||||
250 + Style.sidebarOffset.W
|
||||
else
|
||||
20 + (
|
||||
if g.VIEW is 'thread' and _conf['Updater Position'] is 'top'
|
||||
100
|
||||
else
|
||||
0
|
||||
)
|
||||
20 + (
|
||||
if g.VIEW is 'thread' and _conf['Updater Position'] is 'top'
|
||||
100
|
||||
else
|
||||
0
|
||||
)
|
||||
) - (
|
||||
if _conf['4chan SS Navigation']
|
||||
0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user