Этот коммит содержится в:
Asaad Mahmood
2015-12-02 23:36:21 +05:00
родитель c8cc46f6e0
Коммит 6172ca8359
2 изменённых файлов: 2 добавлений и 6 удалений

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

@@ -1,5 +1,5 @@
.inner__wrap {
@include single-transition(transform, 0.5s, ease);
@include single-transition(all, 0.5s, ease);
&.move--left {
margin-right: 400px;
.search-bar__container {

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

@@ -52,7 +52,7 @@
@media screen and (max-width: 960px) {
.sidebar--right {
width: calc(100% - 219px);
width: 400px;
z-index: 5;
right: 0;
@include translateX(100%);
@@ -71,10 +71,6 @@
}
.search-bar__container {
padding-left: 10px;
}
.post {
.post-list__content & {