mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix bottom margin of lists in toots
This commit is contained in:
parent
a06e7bc3fb
commit
ed2f0f6152
@ -33,6 +33,12 @@
|
||||
|
||||
.status__content__text,
|
||||
.e-content {
|
||||
|
||||
& > ul,
|
||||
& > ol {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user