UI Improvements to center channel (#2790)

Removing time from the center channel on sp (mobile)

Liking mention color to search highlight color aswell

Adjusting vertical spacing on mobile

Removing profile pic from mobile LHS header

Updating styles for the RHS

Fixing btn-danger
Этот коммит содержится в:
Asaad Mahmood
2016-04-25 20:52:32 +05:00
коммит произвёл Harrison Healey
родитель bfc6e4e6b6
Коммит 88cbfe7f1d
9 изменённых файлов: 104 добавлений и 40 удалений

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

@@ -761,7 +761,7 @@ export function applyTheme(theme) {
}
if (theme.mentionHighlightLink) {
changeCss('.app__body .mention--highlight .mention-link', 'color:' + theme.mentionHighlightLink, 1);
changeCss('.app__body .mention--highlight .mention-link, .app__body .mention--highlight, .app__body .search-highlight', 'color:' + theme.mentionHighlightLink, 1);
}
if (!theme.codeTheme) {