1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 16:49:39 +02:00
This commit is contained in:
gorhill 2017-01-07 13:02:33 -05:00
parent 4e747fd39e
commit 2691ac95b4

View File

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