Updating username width in RHS

Этот коммит содержится в:
Asaad Mahmood
2016-02-08 20:33:21 +05:00
родитель 22656ac1ae
Коммит 3d314c811f
3 изменённых файлов: 22 добавлений и 1 удалений

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

@@ -578,7 +578,7 @@ body.ios {
font-weight: 600;
.user-popover {
max-width: 130px;
max-width: 200px;
@include clearfix;
text-overflow: ellipsis;
white-space: nowrap;

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

@@ -160,6 +160,11 @@
.col__name {
pointer-events: none;
.user-popover {
max-width: 130px;
}
}
}

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

@@ -16,6 +16,22 @@
}
.post {
.post__header {
.col__name {
.user-popover {
max-width: 130px;
}
}
}
}
.sidebar--right__content {
height: 100%;
@include display-flex;