We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5811118 commit 92397baCopy full SHA for 92397ba
src/js/popup-fenix.js
@@ -1371,7 +1371,7 @@ const getPopupData = async function(tabId, first = false) {
1371
) {
1372
dom.cl.add(dom.root, 'portrait');
1373
} else if ( dom.cl.has(dom.root, 'desktop') ) {
1374
- await nextFrames(4);
+ await nextFrames(8);
1375
const main = qs$('#main');
1376
const firewall = qs$('#firewall');
1377
const minWidth = (main.offsetWidth + firewall.offsetWidth) / 1.1;
0 commit comments