Skip to content
Snippets Groups Projects
Commit a8ae2a5b authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

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
parents 33b13d37 77e8933b
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment