hastely implemented fix for webnovel chronolical order filter list

This commit is contained in:
winneratwin 2022-08-07 13:23:27 +01:00
parent 89e1b6d0fe
commit f441d218ce
Signed by: winneratwin
GPG Key ID: CDBC42F8803D689E

View File

@ -5,3 +5,9 @@
www.webnovel.com##.j_get_more_replies:not([class*="dn"]):upward(.oh) .j_more_replies_body
www.webnovel.com##.j_get_more_replies.dn:upward(.oh).j_more_replies_body:style(display: flex !important; flex-direction: column-reverse !important;)
! hastely implemented fix for long comments (can't belive i went so long without realising people had more to say)
! however this forces all comments to be expanded by default since the show more button doesn't exist when
! the parent is flex like we are setting it to above
www.webnovel.com##.j_get_more_replies.dn:upward(.oh).j_more_replies_body .g_txt_over.m-comment-bd:style(max-height: none !important;)