summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-04-01 11:58:04 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-04-01 11:58:04 -0400
commit3245ed253af8e1750a43a0d526f819ca7aed2864 (patch)
tree2dd1edec8bebac7bc43680e37513e8f5e9958ee2 /webapp/sass/layout/_post.scss
parent5e307532d8bd2cd79020dcace7c0c2347a830d34 (diff)
parentc51484332c2f8c53cd1931680f02f74e1cd1603c (diff)
downloadchat-3245ed253af8e1750a43a0d526f819ca7aed2864.tar.gz
chat-3245ed253af8e1750a43a0d526f819ca7aed2864.tar.bz2
chat-3245ed253af8e1750a43a0d526f819ca7aed2864.zip
Merge pull request #2608 from asaadmahmoodspin/ui-improvements
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;