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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user