mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Increase min-width for popup
This commit is contained in:
parent
135a676949
commit
4adf540045
|
@ -35,4 +35,5 @@ chrome.runtime.getBackgroundPage((window) => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (position === '#popup') document.body.style.minWidth = '760px';
|
||||||
if (position !== '#popup') document.body.style.minHeight = '100%';
|
if (position !== '#popup') document.body.style.minHeight = '100%';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user