Browse Source

[HACK] Hide <tinyboard> tags in CSS

See #65
pull/67/head
discomrade 2 years ago
parent
commit
973b7d94e8
  1. 8
      stylesheets/style.css

8
stylesheets/style.css

@ -1,5 +1,13 @@
/*Lainchan*/
/* Hack: make <tinyboard> 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;
}

Loading…
Cancel
Save