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