summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-08-19 10:06:16 -0400
committerGitHub <noreply@github.com>2016-08-19 10:06:16 -0400
commitdad764088e4696edc180443e610287a20aaaba04 (patch)
treee6eece623f17c36243ea179467b85b4c3cbef5c5 /webapp/sass/layout
parent8c2ea22892079cb7f72be96ae6ddff165cda6e43 (diff)
downloadchat-dad764088e4696edc180443e610287a20aaaba04.tar.gz
chat-dad764088e4696edc180443e610287a20aaaba04.tar.bz2
chat-dad764088e4696edc180443e610287a20aaaba04.zip
PLT-1831 Add statuses to centre channel profile pictures (#3826)
* Created profile picture componenet and added statuses to pictures in center channel * PLT-3899 - Updating UI for status indicators (#3823) * PLT-3899 - Updating UI for status indicators * Updating position of timestamps for compact layout
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_post.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index d894848c9..4437e4ce3 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -703,6 +703,10 @@ body.ios {
}
.post__img {
+ .status-wrapper {
+ display: none;
+ }
+
img {
display: none;
}