Этот коммит содержится в:
Asaad Mahmood
2015-11-16 20:23:07 +05:00
родитель b1ce1a8923
Коммит 5d5b327de9
2 изменённых файлов: 15 добавлений и 6 удалений

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

@@ -543,14 +543,14 @@ body.ios {
} }
&.post-info { &.post-info {
.post-profile-time { .post-profile-time {
color: #a8adb7;
vertical-align: top; vertical-align: top;
width: 150px;
max-width: 220px; max-width: 220px;
overflow: hidden; overflow: hidden;
display: block; display: block;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
margin: 0 20px 0 50px; margin: 0 0 0 50px;
} }
} }
.post-header-col { .post-header-col {
@@ -576,7 +576,7 @@ body.ios {
} }
} }
.post-profile-time { .post-profile-time {
color: #a8adb7; @include opacity(0.5);
} }
} }
.post-comment { .post-comment {

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

@@ -1,7 +1,7 @@
.post-right__container { .post-right__container {
@include display-flex; @include display-flex;
@include flex-direction(column); @include flex-direction(column);
height: 100%; height: 100%;
.post-right-root-message { .post-right-root-message {
padding: 1em 1em 0; padding: 1em 1em 0;
@@ -22,6 +22,15 @@
margin: 1em 0 0 0; margin: 1em 0 0 0;
} }
} }
.post-header {
.post-profile-time {
width: 200px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
} }
.post-create__container { .post-create__container {