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; }