summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-04-28 19:14:59 +0500
committerChristopher Speller <crspeller@gmail.com>2017-04-28 10:14:59 -0400
commit91f3e10854064d0cb58f9e8fa40527d8268c1675 (patch)
tree00f95a2ad73fc5185b3e30886697c1aada22beea /webapp
parentc3e17da8c8ebd101d43ea9185821c44b651535b1 (diff)
downloadchat-91f3e10854064d0cb58f9e8fa40527d8268c1675.tar.gz
chat-91f3e10854064d0cb58f9e8fa40527d8268c1675.tar.bz2
chat-91f3e10854064d0cb58f9e8fa40527d8268c1675.zip
Minor UI fixes (#6262)
* Minor UI fixes * Updating post image size for search
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/layout/_post-right.scss4
-rw-r--r--webapp/sass/layout/_post.scss1
-rw-r--r--webapp/sass/layout/_sidebar-right.scss4
3 files changed, 8 insertions, 1 deletions
diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss
index 6556f4a94..4125d88fc 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 7fc9878bd..2766943af 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 bb979357d..7065871e3 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;
}