Этот коммит содержится в:
Christopher Speller
2017-08-17 09:35:36 -07:00
родитель d41f1695e9 0033e3e37b
Коммит fd1301779f
60 изменённых файлов: 2200 добавлений и 1941 удалений

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

@@ -1,8 +1,6 @@
@charset 'UTF-8';
.search-bar__container {
@include flex(0 0 79px);
.channel-header__links {
.sidebar--right & {
line-height: 25px;

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

@@ -175,9 +175,10 @@
}
.channel-header__description {
height: 35px;
height: 19px;
margin-top: 3px;
margin-bottom: 13px;
overflow: hidden;
padding: 3px 0 0;
position: relative;
text-overflow: ellipsis;
width: calc(100% - 18px);

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

@@ -37,6 +37,16 @@
}
.post {
&.post--comment {
.attachment {
.attachment__body__wrap {
.btn-close {
left: -11px;
}
}
}
}
.attachment {
margin-left: -20px;
position: relative;
@@ -64,7 +74,7 @@
.attachment__thumb-pretext {
background: transparent;
border: none;
margin-left: 5px;
margin-left: 25px;
}
.attachment__container {