summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_markdown.scss4
-rw-r--r--webapp/sass/layout/_post.scss9
2 files changed, 9 insertions, 4 deletions
diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss
index 784a35f5f..6e455e0d4 100644
--- a/webapp/sass/layout/_markdown.scss
+++ b/webapp/sass/layout/_markdown.scss
@@ -32,6 +32,10 @@ h6 {
line-height: 1.5;
margin: 10px 0;
+ &:first-child {
+ margin: 5px 0 10px;
+ }
+
.emoticon {
min-height: 1.5em;
min-width: 1.5em;
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index f2cfe1243..b8c623e2d 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -1221,7 +1221,7 @@
}
p + p {
- margin: 1.2em 0 0;
+ margin: 0.5em 0 0;
}
img {
@@ -1231,7 +1231,8 @@
ul,
ol {
font-size: 13.5px;
- margin-bottom: .4em;
+ margin-bottom: .11em;
+ margin-top: 3px;
padding-left: 20px;
p {
@@ -1283,12 +1284,12 @@
ul + p,
ol + p {
- margin-top: 1em;
+ margin-top: .6em;
}
p + ul,
p + ol {
- margin-top: 1em;
+ margin-top: .6em;
}
.pending-post-actions {