From 1de21241bd27c1cb3ffcf6c43c809ee460ecc6ec Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 2 Sep 2022 19:27:51 +0200 Subject: [PATCH] fix browsers' native dark mode --- files/templates/comments.html | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 084de12f7..68dbc7e96 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -953,20 +953,25 @@
{% endif %} -{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v and 'SamsungBrowser' not in g.agent %} +{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v %} + {% endif %}