From da104a1f2151b4558ca590da56651dc050bf52d7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 16 May 2023 03:45:23 +0300 Subject: [PATCH] do this https://rdrama.net/post/170794/psa-u-can-completely-disable-18/4160823#context --- files/assets/css/main.css | 2 +- files/templates/errors/nsfw.html | 1 + files/templates/settings/common.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 34422e04e..e2470d132 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5827,7 +5827,7 @@ html { content: ''; display: block; } -.comment-anchor:target, .unread { +*:target, .unread { background: #ffffff22 !important; padding: 12px; padding-bottom: 4px; diff --git a/files/templates/errors/nsfw.html b/files/templates/errors/nsfw.html index ed9d92386..7bd5fb8a9 100644 --- a/files/templates/errors/nsfw.html +++ b/files/templates/errors/nsfw.html @@ -15,6 +15,7 @@
No
+
Never show me this warning again
diff --git a/files/templates/settings/common.html b/files/templates/settings/common.html index 89152a5c8..2379deb69 100644 --- a/files/templates/settings/common.html +++ b/files/templates/settings/common.html @@ -1,7 +1,7 @@ {%- import 'util/macros.html' as macros with context -%} {% macro toggle_section(title, id, name, flag, below_text, disabled) %} -
+