mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
fix fullsize popup regression (https://github.com/gorhill/uBlock/issues/2153#issuecomment-271095067)
This commit is contained in:
parent
4e747fd39e
commit
2691ac95b4
@ -522,7 +522,9 @@ var renderOnce = function() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( document.body.classList.contains('fullsize') === false ) {
|
||||||
lpane.style.setProperty('height', rpane.offsetHeight + 'px');
|
lpane.style.setProperty('height', rpane.offsetHeight + 'px');
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user