Initial restyle

Added background gradient and restyled conversation elements as floating
panels and cards.

// FREEBIE
This commit is contained in:
lilia 2015-10-16 18:14:50 -07:00
parent ee393bfa03
commit 389b9a026d
7 changed files with 126 additions and 116 deletions

View file

@ -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();
},