Этот коммит содержится в:
Asaad Mahmood
2016-11-22 21:24:22 +05:00
коммит произвёл Corey Hulen
родитель 1a134efc65
Коммит 84e5425a20
6 изменённых файлов: 44 добавлений и 6 удалений

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

@@ -1,6 +1,10 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
.suggestion-list__content {
max-height: 145px;
}
.modal {
.modal-dialog {
&.new-channel__modal {
@@ -206,6 +210,11 @@
}
}
.post__remove {
margin-right: 10px;
visibility: visible;
}
&.post--compact {
.status-wrapper {
&:after {
@@ -338,6 +347,24 @@
}
&.same--user {
&.post--compact {
.status-wrapper {
&:after {
bottom: -2px;
}
}
}
.post__img {
.status-wrapper {
display: inline-block;
}
img {
display: block;
}
}
.post__header {
height: auto;
margin-top: 5px;

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

@@ -9,7 +9,7 @@
}
.heading {
width: 130px;
max-width: 150px;
}
}
@@ -73,7 +73,7 @@
}
.sidebar--right {
@include single-transition(all, .5s, ease);
@include single-transition(all, .35s, ease);
@include translateX(100%);
&.move--left,