Этот коммит содержится в:
Asaad Mahmood
2015-11-13 18:58:03 +05:00
родитель 29a5cc7015
Коммит 59ca58a287

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

@@ -544,9 +544,13 @@ body.ios {
} }
&.post-info { &.post-info {
.post-profile-time { .post-profile-time {
width: 150px; color: #a8adb7;
display: inline-block; vertical-align: top;
margin-left: 50px; max-width: 220px;
overflow: hidden;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
} }
} }
.post-header-col { .post-header-col {
@@ -554,6 +558,8 @@ body.ios {
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
&.post-header__reply { &.post-header__reply {
position: relative;
top: -1px;
min-width: 70px; min-width: 70px;
.dropdown-menu { .dropdown-menu {
right: 0; right: 0;