Этот коммит содержится в:
Asaad Mahmood
2015-12-21 20:57:03 +05:00
родитель 840335911f
Коммит 9ab31d0a2b
9 изменённых файлов: 37 добавлений и 15 удалений

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

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

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

@@ -231,12 +231,12 @@ body.ios {
}
.more-messages-text {
margin-top: 2px;
margin-bottom: 5px;
margin: 5px 0 10px;
display: block;
text-align: center;
outline: none;
border: none;
font-size: 13px;
}
.beginning-messages-text {
margin-top: 2px;
@@ -683,7 +683,7 @@ body.ios {
}
.post__time {
font-size: 13px;
font-size: 0.9em;
}
.post__time, &.post--system .post__body {

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

@@ -56,6 +56,7 @@
.sidebar--right {
z-index: 5;
@include translateX(100%);
@include single-transition(all, 0.5s, ease);
&.move--left {
@include translateX(0);
@@ -628,6 +629,7 @@
height: calc(100% - 44px);
}
.inner__wrap {
@include single-transition(all, 0.5s, ease);
&.move--right {
@include translate3d(290px, 0, 0);
&:before {

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

@@ -18,6 +18,12 @@
z-index: 5;
cursor: pointer;
}
.search-item-snippet {
@include clearfix;
text-overflow: ellipsis;
}
.sidebar__collapse {
cursor: pointer;
z-index: 5;
@@ -135,6 +141,7 @@
.search-item-time {
@include opacity(0.7);
font-size: 0.9em;
}
.search-results-none {

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

@@ -7,13 +7,7 @@
right: 0px;
padding: 0;
background: #fff;
@include single-transition(transform, 0.5s, ease);
@include translateX(400px);
&.move--left {
@include translateX(0);
}
.post-body {
img {