Updating timestamp in RHS
Этот коммит содержится в:
@@ -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 {
|
||||
|
||||
Ссылка в новой задаче
Block a user