diff options
author | Corey Hulen <corey@hulen.com> | 2016-02-04 08:22:33 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2016-02-04 08:22:33 -0800 |
commit | 852acf1bb2818316e40012a385a5e8bec287eb05 (patch) | |
tree | ff05e7eed20defe01c1358be4c989b70200f36b7 /web/sass-files/sass | |
parent | 34547186bab624d48866ccd5d3f20b6de9683011 (diff) | |
parent | 51d9400be8906a45f0c66d5a4a6c91346d554897 (diff) | |
download | chat-852acf1bb2818316e40012a385a5e8bec287eb05.tar.gz chat-852acf1bb2818316e40012a385a5e8bec287eb05.tar.bz2 chat-852acf1bb2818316e40012a385a5e8bec287eb05.zip |
Merge pull request #2070 from asaadmahmoodspin/ui-improvements
Fixing center channel icon position in IE
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 3f80e6664..2ff49c9b7 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -764,6 +764,7 @@ body.ios { } svg { + height: 17px; width: 17px; } |