Increase min-width for popup

This commit is contained in:
Nathan Bierema 2023-08-27 20:41:02 -04:00
parent 135a676949
commit 4adf540045

View File

@ -35,4 +35,5 @@ chrome.runtime.getBackgroundPage((window) => {
);
});
if (position === '#popup') document.body.style.minWidth = '760px';
if (position !== '#popup') document.body.style.minHeight = '100%';