Fix paragraph margins in public page posts

Fixes #1162.
This commit is contained in:
Darius Kazemi 2022-05-08 11:50:16 -07:00
parent 0a27dd866a
commit 1855672e7c
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,12 @@ a.button.logo-button {
.embed, .embed,
.public-layout { .public-layout {
.e-content {
p {
margin-bottom: 20px;
}
}
.status__content[data-spoiler=folded] { .status__content[data-spoiler=folded] {
.e-content { .e-content {
display: none; display: none;