Merge branch 'fix/put-sense-into-rich-text-styles' into 'develop'

Add styles for h1/2/3/4/5 tags in status html for rich text

See merge request pleroma/pleroma-fe!328
This commit is contained in:
Shpuld Shpludson 2018-09-01 05:54:47 +00:00
commit a8ae2a5b11

View file

@ -335,11 +335,35 @@
font-style: italic;
}
pre {
overflow: auto;
}
p {
margin: 0;
margin-top: 0.2em;
margin-bottom: 0.5em;
}
h1 {
font-size: 1.1em;
line-height: 1.2em;
margin: 1.4em 0;
}
h2 {
font-size: 1.1em;
margin: 1.0em 0;
}
h3 {
font-size: 1em;
margin: 1.2em 0;
}
h4 {
margin: 1.1em 0;
}
}
.retweet-info {