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

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

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

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

@@ -1,7 +1,7 @@
.post-right__container {
@include display-flex;
@include flex-direction(column);
height: 100%;
@include display-flex;
@include flex-direction(column);
height: 100%;
.post-right-root-message {
padding: 1em 1em 0;
@@ -22,6 +22,15 @@
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 {