summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post_right.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-18 19:47:33 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-18 19:47:33 +0500
commit3d0249c8bc2d5f12f8528dd0fcb7d02c66bee626 (patch)
tree1ffa768fb5796da6145f13ee9f2e766f2f668c61 /web/sass-files/sass/partials/_post_right.scss
parentbb9cb1029539b179725a586057c39507597300de (diff)
downloadchat-3d0249c8bc2d5f12f8528dd0fcb7d02c66bee626.tar.gz
chat-3d0249c8bc2d5f12f8528dd0fcb7d02c66bee626.tar.bz2
chat-3d0249c8bc2d5f12f8528dd0fcb7d02c66bee626.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post_right.scss')
-rw-r--r--web/sass-files/sass/partials/_post_right.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index fa52e2972..d820447f5 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -17,7 +17,8 @@
.post {
&.post--root {
- padding-bottom: 0;
+ padding-bottom: 1.2em;
+ border-bottom: 1px solid #ddd;
}
.post__header {
@@ -36,6 +37,7 @@
hr {
margin-bottom: 0;
+ border: none;
}
.post-create__container {