summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-04-01 17:57:21 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-04-01 17:57:21 +0500
commitc51484332c2f8c53cd1931680f02f74e1cd1603c (patch)
tree855940efbf6fe3571c6cc320429252646bff8486 /webapp/sass/layout/_post.scss
parent3aa240d74fe4137fcb0fa8038ede241a4e03b805 (diff)
downloadchat-c51484332c2f8c53cd1931680f02f74e1cd1603c.tar.gz
chat-c51484332c2f8c53cd1931680f02f74e1cd1603c.tar.bz2
chat-c51484332c2f8c53cd1931680f02f74e1cd1603c.zip
PLT-2027- Improvements to about dialog
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index e2bce5562..947a81318 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -644,6 +644,15 @@ body.ios {
.post__img {
width: 46px;
+ svg {
+ height: 36px;
+ width: 36px;
+ }
+
+ path {
+ fill: inherit;
+ }
+
img {
@include border-radius(50px);
height: 36px;