From 91f3e10854064d0cb58f9e8fa40527d8268c1675 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 28 Apr 2017 19:14:59 +0500 Subject: [PATCH] Minor UI fixes (#6262) * Minor UI fixes * Updating post image size for search --- webapp/sass/layout/_post-right.scss | 4 ++++ webapp/sass/layout/_post.scss | 1 - webapp/sass/layout/_sidebar-right.scss | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss index 6556f4a94e..4125d88fc4 100644 --- a/webapp/sass/layout/_post-right.scss +++ b/webapp/sass/layout/_post-right.scss @@ -38,6 +38,10 @@ } } + .post__img { + width: 43px; + } + .post__body { width: 100%; } diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 7fc9878bde..2766943af7 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -360,7 +360,6 @@ .post-create__container { @include flex(0 0 auto); - background: $white; width: 100%; z-index: 1000; diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss index bb979357d7..7065871e34 100644 --- a/webapp/sass/layout/_sidebar-right.scss +++ b/webapp/sass/layout/_sidebar-right.scss @@ -48,6 +48,10 @@ } } + .post__img { + width: 43px; + } + .post__content { padding: 0 10px 0 0; }