summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-06-30 13:18:03 +0500
committerGeorge Goldberg <george@gberg.me>2017-06-30 09:18:03 +0100
commit31aeda363cc7529c2fe93439d6b2ae67d4c2af29 (patch)
tree35e98ad4b3e6d0b9f90e84842f19e343ece1463c /webapp/sass/layout/_post.scss
parenteea64f8049d90c5dcf14a739d640f5aa6a9c7add (diff)
downloadchat-31aeda363cc7529c2fe93439d6b2ae67d4c2af29.tar.gz
chat-31aeda363cc7529c2fe93439d6b2ae67d4c2af29.tar.bz2
chat-31aeda363cc7529c2fe93439d6b2ae67d4c2af29.zip
PLT-6836 - Updating post spacing (#6745)
* PLT-6836 - Updating post spacing * Updating post spacing * Updating post margins
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss9
1 files changed, 5 insertions, 4 deletions
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 {