From b055b1101bffe3393244acc9fa7f07a3bff54de1 Mon Sep 17 00:00:00 2001 From: discomrade Date: Tue, 14 Dec 2021 10:41:03 -0100 Subject: [PATCH] [HACK] Hide tags in CSS See https://git.leftypol.org/leftypol/leftypol/issues/65 --- stylesheets/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index a4ab484c..1803bb9a 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1,5 +1,13 @@ /*Lainchan*/ +/* Hack: make tags invisible. https://git.leftypol.org/leftypol/leftypol/issues/65 + Turning a post into raw HTML mode will copy the content of these tags, + so flags and other data will show. This hides them, but they still exist. */ +tinyboard{ + display:none; +} + + div.sidearrows{ display:none; }