More themeing

Restyle message input and welcome screen
Cleanup search, headers

// FREEBIE
This commit is contained in:
lilia 2016-08-30 18:27:54 -07:00
parent 2e3db91b30
commit b5191e78c3
7 changed files with 161 additions and 65 deletions

View file

@ -337,7 +337,8 @@
$bottomBar.outerHeight(
this.$messageField.outerHeight() +
$attachmentPreviews.outerHeight() + 11);
$attachmentPreviews.outerHeight() +
parseInt($bottomBar.css('min-height')));
this.view.scrollToBottomIfNeeded();
},