1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-10 13:47:19 +08:00

Merge branch '600-2' into 'develop'

Preserve formatting of status content

Closes 

See merge request 
This commit is contained in:
Shpuld Shpludson 2019-07-07 10:21:55 +00:00
commit e7ff9b5227

View file

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