* PLT-4897 - Updating styles for emoji reactions

* PLT-4971 - Fixing help and attachment buttons

* PLT-4931 - Fixing UI for user list in system console

* Fixing a bug with the new messages indicator
Этот коммит содержится в:
Asaad Mahmood
2016-12-14 08:25:10 +05:00
коммит произвёл enahum
родитель 86fb0d87a3
Коммит 9735854503
6 изменённых файлов: 54 добавлений и 31 удалений

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

@@ -374,13 +374,6 @@
width: 200px;
}
.textarea-wrapper {
.textbox-preview-link,
.textbox-help-link {
display: none;
}
}
.form-control {
&.min-height {
min-height: 100px;

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

@@ -1,6 +1,13 @@
@charset 'UTF-8';
@media screen and (max-width: 960px) {
.textarea-wrapper {
.textbox-preview-link,
.textbox-help-link {
display: none;
}
}
.channel-header {
.search-bar__container {
.search__form {
@@ -29,9 +36,9 @@
top: 0;
&.post-error {
left: 32px;
top: 0px;
position: relative;
left: 32px;
position: relative;
top: 0;
}
}
}