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