Fix inbox styles
This commit is contained in:
parent
86d703bc87
commit
acd19fd759
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
|
||||
Whisper.InboxView = Whisper.View.extend({
|
||||
templateName: 'two-column',
|
||||
className: 'inbox',
|
||||
className: 'inbox index',
|
||||
applyTheme: function() {
|
||||
var theme = storage.get('theme-setting') || 'android';
|
||||
this.$el.removeClass('ios')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue