* Multiple UI improvements

* Pushing time fix

* Fixing absolute time stamps on IOS
Этот коммит содержится в:
Asaad Mahmood
2016-06-03 00:34:47 +05:00
коммит произвёл Corey Hulen
родитель e0fca16b27
Коммит 848a8663ed
16 изменённых файлов: 244 добавлений и 173 удалений

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

@@ -10,17 +10,19 @@
}
.mentions__name {
@include clearfix;
cursor: pointer;
font-size: 13px;
height: 36px;
line-height: 36px;
margin: 5px 0;
padding: 2px;
position: relative;
white-space: nowrap;
width: 100%;
z-index: 101;
.mention-align {
.mention--align {
@include clearfix;
text-overflow: ellipsis;
width: calc(100% - 50px);