Merge branch 'fix/friendica-html' into 'develop'

Fix issue #33

Closes #33

See merge request pleroma/pleroma-fe!126
This commit is contained in:
lambda 2017-11-07 10:33:02 +00:00
commit 81b0849889
1 changed files with 9 additions and 0 deletions

View File

@ -185,6 +185,15 @@
.status-content {
margin: 3px 15px 4px 0;
img, video {
max-width: 100%;
max-height: 400px;
}
blockquote {
margin: 0.2em 0 0.2em 2em;
font-style: italic;
}
}
p {