client-app/app/controllers/index.js in logster-1.3.3 vs client-app/app/controllers/index.js in logster-1.3.4
- old
+ new
@@ -4,10 +4,10 @@
export default Controller.extend({
currentMessage: Em.computed.alias("model.currentMessage"),
resizePanels(amount) {
- Em.$("#bottom-panel").css("height", amount - 10);
+ Em.$("#bottom-panel").css("height", amount - 13);
Em.$("#top-panel").css("bottom", amount + 12);
},
actionsInMenu: computed(function() {
return this.site.isMobile;