PLT-3252 Bring up profile popover after clicking on a profile picture… (#4144)

* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel

* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel

remove important

* fixed 'Cannot read property first_name of undefined' bug

* fix status indicator position

* refactoring per request
Этот коммит содержится в:
Brendan Bowidas
2016-10-06 16:43:53 -04:00
коммит произвёл enahum
родитель 6e5d65d336
Коммит c9793a566a
6 изменённых файлов: 86 добавлений и 6 удалений

Просмотреть файл

@@ -646,6 +646,10 @@ body.ios {
}
}
.post__img:hover {
cursor: pointer;
}
.post--fail {
position: relative;
}