[HACK] Hide <tinyboard> tags in CSS

See leftypol/leftypol#65
This commit is contained in:
discomrade 2021-12-14 10:41:03 -01:00
parent 4efe45fe23
commit b055b1101b

View File

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