Increase min-width for popup (#1468)

* Increase min-width for popup

* Create short-lamps-cross.md
This commit is contained in:
Nathan Bierema 2023-08-27 21:09:02 -04:00 committed by GitHub
parent 135a676949
commit d18525b5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'remotedev-redux-devtools-extension': patch
---
Increase min-width of popup

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%';