mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed button size
This commit is contained in:
@@ -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