Merge pull request #1420 from asaadmahmoodspin/release-1.2

UI changes for Direct messages and Bad connection
Этот коммит содержится в:
Christopher Speller
2015-11-13 12:29:15 -05:00
родитель 10901b4d50 e16faf45de
Коммит cb8296a70f
2 изменённых файлов: 6 добавлений и 1 удалений

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

@@ -50,6 +50,10 @@ export default class MoreDirectChannels extends React.Component {
handleFilterChange() {
const filter = ReactDOM.findDOMNode(this.refs.filter).value;
if ($(window).width() > 768) {
$(ReactDOM.findDOMNode(this.refs.userList)).scrollTop(0);
}
if (filter !== this.state.filter) {
this.setState({filter});
}

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

@@ -16,7 +16,8 @@
}
.bad-connection {
background-color: rgb(255, 255, 172) !important;
background: #ffffac !important;
color: #D04444 !important;
}
.textarea-div {