mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
fixed button size
This commit is contained in:
@@ -30,6 +30,10 @@ define(
|
||||
this.$el.addClass('active');
|
||||
this.invokeCallback();
|
||||
}
|
||||
|
||||
if(!this.model.get('title')){
|
||||
this.$el.addClass('btn-icon-only');
|
||||
}
|
||||
},
|
||||
|
||||
onClick: function () {
|
||||
|
||||
@@ -24,6 +24,10 @@ define(
|
||||
this.$el.addClass('active');
|
||||
this.invokeCallback();
|
||||
}
|
||||
|
||||
if(!this.model.get('title')){
|
||||
this.$el.addClass('btn-icon-only');
|
||||
}
|
||||
},
|
||||
|
||||
onClick: function () {
|
||||
|
||||
Reference in New Issue
Block a user