This commit is contained in:
gorhill 2017-01-07 13:02:33 -05:00
parent 4e747fd39e
commit 2691ac95b4
1 changed files with 3 additions and 1 deletions

View File

@ -522,7 +522,9 @@ var renderOnce = function() {
return; return;
} }
lpane.style.setProperty('height', rpane.offsetHeight + 'px'); if ( document.body.classList.contains('fullsize') === false ) {
lpane.style.setProperty('height', rpane.offsetHeight + 'px');
}
}; };
/******************************************************************************/ /******************************************************************************/