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

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

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

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

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