From f441d218ce89da80530cfa1bfe8f00b5b65f3e0f Mon Sep 17 00:00:00 2001 From: winneratwin Date: Sun, 7 Aug 2022 13:23:27 +0100 Subject: [PATCH] hastely implemented fix for webnovel chronolical order filter list --- filters/other/webnovel_sane_comment_direction.list | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/filters/other/webnovel_sane_comment_direction.list b/filters/other/webnovel_sane_comment_direction.list index 1e40008..befcbb2 100644 --- a/filters/other/webnovel_sane_comment_direction.list +++ b/filters/other/webnovel_sane_comment_direction.list @@ -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;)