Improve styling

This commit is contained in:
manubo
2019-09-30 17:56:04 +02:00
parent e2e0cb8348
commit 403f9fafa2
3 changed files with 9 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ const Popup = forwardRef((props, ref) => {
return (
<div ref={ref} className="moco-bx-popup" onClick={handleRequestClose}>
<div className="moco-bx-popup-content" style={{ width: "516px", minHeight: "300px" }}>
<div className="moco-bx-popup-content" style={{ width: "516px", minHeight: "420px" }}>
<iframe
ref={iFrameRef}
src={chrome.extension.getURL(`popup.html?${queryString.stringify(serializedProps)}`)}