mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-09 14:10:40 +01:00
fixes composer maximizing
This commit is contained in:
@@ -21,7 +21,7 @@ define('composer/resize', function() {
|
||||
|
||||
if (percentage) {
|
||||
if (env === 'md' || env === 'lg') {
|
||||
postContainer.css('height', Math.floor($(window).height() * percentage) + 'px');
|
||||
postContainer.height(Math.floor($(window).height() * percentage) + 'px');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user