Multiple UI Improvements
Этот коммит содержится в:
@@ -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 {
|
||||
|
||||
Ссылка в новой задаче
Block a user