More themeing
Restyle message input and welcome screen Cleanup search, headers // FREEBIE
This commit is contained in:
parent
2e3db91b30
commit
b5191e78c3
7 changed files with 161 additions and 65 deletions
|
@ -337,7 +337,8 @@
|
|||
|
||||
$bottomBar.outerHeight(
|
||||
this.$messageField.outerHeight() +
|
||||
$attachmentPreviews.outerHeight() + 11);
|
||||
$attachmentPreviews.outerHeight() +
|
||||
parseInt($bottomBar.css('min-height')));
|
||||
|
||||
this.view.scrollToBottomIfNeeded();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue