Этот коммит содержится в:
Asaad Mahmood
2016-11-02 19:50:50 +05:00
коммит произвёл Corey Hulen
родитель 58cc061b38
Коммит b8fcc0a5c4
11 изменённых файлов: 63 добавлений и 18 удалений

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

@@ -192,7 +192,11 @@
&.post--compact {
.status-wrapper {
&:after {
bottom: 12px;
bottom: 3px;
.sidebar--right & {
bottom: 0;
}
}
}
}
@@ -1305,6 +1309,24 @@
}
@media screen and (max-width: 480px) {
.sidebar--right {
.post {
&.post--compact {
.post__header {
height: auto;
}
}
.post__header {
.col__name {
.user-popover {
max-width: 100%;
}
}
}
}
}
.backstage-header {
h1 {
float: none;

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

@@ -1,6 +1,14 @@
@charset 'UTF-8';
@media screen and (max-width: 960px) {
.channel-header {
.search-bar__container {
.search__form {
width: 150px;
}
}
}
.signup-team__container {
&.branded {
display: block;