Этот коммит содержится в:
Asaad Mahmood
2016-05-06 11:45:19 +05:00
коммит произвёл Corey Hulen
родитель 7c006ea384
Коммит 4b2843ee9d
3 изменённых файлов: 16 добавлений и 6 удалений

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

@@ -509,6 +509,13 @@ body.ios {
}
}
&.post--comment {
.post__body {
padding-left: 7px;
border-left: 4px solid $gray;
}
}
&.same--root {
&.same--user {
padding: 0 .5em 0 1em;
@@ -543,10 +550,6 @@ body.ios {
display: none;
}
}
.post__body {
border-left: 4px solid #dddddd;
}
}
}
@@ -558,6 +561,7 @@ body.ios {
}
&.post--comment {
.popover {
margin-top: 84px;
@@ -800,6 +804,10 @@ body.ios {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
a {
font-weight: bold;
}
}
.post__embed-visibility {

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

@@ -88,7 +88,7 @@
.post__time {
@include opacity(0);
font-size: 11px;
left: 8px;
left: -4px;
line-height: 37px;
position: absolute;
text-rendering: auto;