1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-08-07 11:41:51 -04:00

preserve formatting of content

This commit is contained in:
taehoon 2019-07-05 21:57:48 -04:00
parent 60b413d02c
commit bba4b57dd8

@ -453,6 +453,7 @@ $status-margin: 0.75em;
.status-content {
font-family: var(--postFont, sans-serif);
line-height: 1.4em;
white-space: pre-wrap;
img, video {
max-width: 100%;