Closing RHS if jump is clicked for archives

Этот коммит содержится в:
Asaad Mahmood
2015-12-08 23:40:49 +05:00
родитель c12c0533df
Коммит bf9814f265
2 изменённых файлов: 6 добавлений и 0 удалений

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

@@ -19,6 +19,11 @@ export default class SearchResultsItem extends React.Component {
e.preventDefault();
EventHelpers.emitPostFocusEvent(this.props.post.id);
if ($(window).width() < 768) {
$('.sidebar--right').removeClass('move--left');
$('.inner__wrap').removeClass('move--left');
}
}
render() {

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

@@ -1,6 +1,7 @@
@charset "UTF-8";
.inner__wrap {
@include single-transition(all, 0.5s, ease);
&.move--left {
margin-right: 400px;
.search-bar__container {