Fixes #198 Squished avatars

Refactor all avatar views to use a shared partial, then change it to a
background image. Requires allowing unsafe-inline styles in the CSP.
This commit is contained in:
lilia
2015-03-23 14:01:18 -07:00
parent 6509561795
commit 20baa795ad
10 changed files with 48 additions and 42 deletions

View File

@@ -29,6 +29,7 @@
this.recipients_view = new Whisper.RecipientsInputView();
this.$el.find('.scrollable').append(this.recipients_view.el);
this.$el.find('.avatar').addClass('default');
},
events: {
'click .back': 'goBack',