PLT-1917 Add 'new messages' indicator when scrolled up (#2612)

* Add 'new messages' indicator when scrolled up

* Don't show unread message alert for new chats

* Move unread alert to state and cWRProps
Этот коммит содержится в:
Alan Mooiman
2016-04-11 09:20:12 -04:00
коммит произвёл Christopher Speller
родитель 29e1a85360
Коммит 0d85b998ca
2 изменённых файлов: 38 добавлений и 1 удалений

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

@@ -170,6 +170,23 @@ body.ios {
}
}
.post-list__new-messages-below{
background-color: #9fa5ad;
border-radius: 1em;
bottom: 0;
color: white;
cursor: pointer;
display: inline-block;
left: 50%;
padding: .25em .75em;
position: absolute;
transform: translateX(-50%);
transition: bottom .5s cubic-bezier(0.86, 0, 0.07, 1);
&[hidden]{
bottom: -30px;
}
}
.file-overlay {
color: #ffffff;
font-size: em(20px);