responsive fixes for new composer

v1.18.x
Julian Lam 11 years ago
parent 002826d84f
commit 00eb6b4efc

@ -385,6 +385,8 @@ define(['taskbar'], function(taskbar) {
if (bodyRect.width >= 768) {
composer.postContainer.style.width = Math.floor(bodyRect.width * percentage) + 'px';
} else {
composer.postContainer.style.width = '100%';
}
composer.postContainer.style.visibility = 'visible';

Loading…
Cancel
Save