move page list hiding to CSS
This commit is contained in:
parent
93178c2967
commit
9b90698d59
@ -39,7 +39,6 @@ Navigate =
|
|||||||
QuoteBacklink.containers = {}
|
QuoteBacklink.containers = {}
|
||||||
|
|
||||||
$.rmAll $('.board')
|
$.rmAll $('.board')
|
||||||
Index.pagelist.hidden = true
|
|
||||||
|
|
||||||
features: [
|
features: [
|
||||||
['Thread Excerpt', ThreadExcerpt]
|
['Thread Excerpt', ThreadExcerpt]
|
||||||
|
|||||||
@ -480,7 +480,8 @@ div.center:not(.ad-cnt) {
|
|||||||
/* Index */
|
/* Index */
|
||||||
:root.index-loading .navLinks,
|
:root.index-loading .navLinks,
|
||||||
:root.index-loading .board,
|
:root.index-loading .board,
|
||||||
:root.index-loading .pagelist {
|
:root.index-loading .pagelist,
|
||||||
|
:root.thread .pagelist {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#index-search {
|
#index-search {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user