PLT-3182 - Improving switch channels modal and some minor UI improvements (#3238)

* PLT-3182 - Improving switch channels modal and some minor UI improvements

Enabling link previews

Adding compact layout to RHS

Improving timestamps

* Adding update code for RHS components
Этот коммит содержится в:
Asaad Mahmood
2016-06-06 17:46:03 +05:00
коммит произвёл Joram Wilander
родитель 53a35f2f8e
Коммит 353216e05c
13 изменённых файлов: 267 добавлений и 193 удалений

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

@@ -29,6 +29,21 @@
}
}
.modal__hint {
@include opacity(.8);
display: block;
font-size: .9em;
margin: 0 0 10px;
}
.modal__error {
color: $red;
float: left;
font-size: .95em;
font-weight: normal;
margin-top: 6px;
}
.more-table {
margin: 0;
table-layout: fixed;