Update styles to material design to match Android client (first pass)
This commit is contained in:
parent
783a3f7c15
commit
9071d98395
19 changed files with 532 additions and 1241 deletions
|
@ -20,7 +20,7 @@ var Whisper = Whisper || {};
|
|||
|
||||
Whisper.MessageListView = Whisper.ListView.extend({
|
||||
tagName: 'ul',
|
||||
className: 'discussion',
|
||||
className: 'message-list',
|
||||
itemView: Whisper.MessageView,
|
||||
events: {
|
||||
'add': 'scrollToBottom',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue