responsive fixes for new composer

This commit is contained in:
Julian Lam
2013-12-19 00:02:14 -05:00
parent 002826d84f
commit 00eb6b4efc

View File

@@ -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';