Some tweaks to category modal
This commit is contained in:
parent
f3282e33a3
commit
2265c046ba
|
@ -20,7 +20,7 @@ Discourse.EditCategoryView = Discourse.ModalBodyView.extend({
|
|||
|
||||
modalClass: function() {
|
||||
return "edit-category-modal " + (this.present('category.description') ? 'full' : 'small');
|
||||
}.property(),
|
||||
}.property('category.description'),
|
||||
|
||||
selectGeneral: function() {
|
||||
this.set('selectedTab', 'general');
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
height: 350px;
|
||||
}
|
||||
&.small .modal-body {
|
||||
height: 280px;
|
||||
height: 290px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue