Showing with 8 additions and 3 deletions.
  1. +4 −0 js/lib/extend.js
  2. +4 −3 less/forum/Composer.less
@@ -28,6 +28,8 @@ export function extend(object, method, callback) {

return value;
};

Object.assign(object[method], original);
}

/**
@@ -58,4 +60,6 @@ export function override(object, method, newMethod) {
object[method] = function(...args) {
return newMethod.apply(this, [original.bind(this)].concat(args));
};

Object.assign(object[method], original);
}
@@ -288,9 +288,10 @@

@media @desktop-up {
.Composer:not(.fullScreen) {
margin-left: 205px;
margin-right: -20px;

.App--index & {
margin-left: 205px;
margin-right: -20px;
}
.App--discussion & {
margin-left: -20px;
margin-right: 180px;