mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-21 17:16:42 +03:00
Increase min-width for popup (#1468)
* Increase min-width for popup * Create short-lamps-cross.md
This commit is contained in:
parent
135a676949
commit
d18525b5c7
5
.changeset/short-lamps-cross.md
Normal file
5
.changeset/short-lamps-cross.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'remotedev-redux-devtools-extension': patch
|
||||
---
|
||||
|
||||
Increase min-width of popup
|
|
@ -35,4 +35,5 @@ chrome.runtime.getBackgroundPage((window) => {
|
|||
);
|
||||
});
|
||||
|
||||
if (position === '#popup') document.body.style.minWidth = '760px';
|
||||
if (position !== '#popup') document.body.style.minHeight = '100%';
|
||||
|
|
Loading…
Reference in New Issue
Block a user