Add new class for plaintext post body

This commit is contained in:
swagg boi 2025-04-11 22:08:37 -04:00
parent f5caae569f
commit 5651d7b208

View File

@ -130,3 +130,5 @@
padding: 1em;
background-color: var(--transparent);
}
.plain-text { white-space: pre-wrap; }