Initial restyle
Added background gradient and restyled conversation elements as floating panels and cards. // FREEBIE
This commit is contained in:
parent
ee393bfa03
commit
389b9a026d
7 changed files with 126 additions and 116 deletions
|
@ -229,7 +229,9 @@
|
|||
|
||||
$bottomBar.outerHeight(this.$messageField.outerHeight() + 1);
|
||||
var $bottomBarNewHeight = $bottomBar.outerHeight();
|
||||
$discussionContainer.outerHeight(this.$el.outerHeight() - $bottomBarNewHeight - this.$('.conversation-header').outerHeight());
|
||||
|
||||
//TODO: revisit this logic for new layout.
|
||||
$discussionContainer.outerHeight(this.$el.outerHeight() - $bottomBarNewHeight - this.$('.conversation-header').outerHeight() - 20);
|
||||
|
||||
this.view.scrollToBottomIfNeeded();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue