mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
fixed button size
This commit is contained in:
parent
b9b9ad6fb5
commit
a5d122c112
3 changed files with 16 additions and 0 deletions
|
@ -30,6 +30,10 @@ define(
|
|||
this.$el.addClass('active');
|
||||
this.invokeCallback();
|
||||
}
|
||||
|
||||
if(!this.model.get('title')){
|
||||
this.$el.addClass('btn-icon-only');
|
||||
}
|
||||
},
|
||||
|
||||
onClick: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue