Also updating the position of the bottom unread indicator

Этот коммит содержится в:
Asaad Mahmood
2015-08-31 19:33:39 +05:00
коммит произвёл Christopher Speller
родитель 0141c351ca
Коммит 8d6c354811
2 изменённых файлов: 1 добавлений и 2 удалений

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

@@ -278,7 +278,6 @@ module.exports = React.createClass({
var lastUnreadElement = $(this.refs[this.lastUnreadChannel].getDOMNode());
if (lastUnreadElement.position().top > container.height()) {
$(this.refs.bottomUnreadIndicator.getDOMNode()).css('bottom', '0');
$(this.refs.bottomUnreadIndicator.getDOMNode()).css('display', 'initial');
} else {
$(this.refs.bottomUnreadIndicator.getDOMNode()).css('display', 'none');

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

@@ -59,7 +59,7 @@
top: 66px;
}
.nav-pills__unread-indicator-bottom {
bottom: 0px;
bottom: 10px;
}
.nav {