diff --git a/src/views/Action/index.js b/src/views/Action/index.js index 61c30f6..1830b30 100644 --- a/src/views/Action/index.js +++ b/src/views/Action/index.js @@ -162,7 +162,7 @@ export default function Action({ translator, fab }) { }, []); const popProps = useMemo(() => { - const width = Math.min(windowSize.w, 300); + const width = Math.min(windowSize.w, 360); const height = Math.min(windowSize.h, 442); const left = (windowSize.w - width) / 2; const top = (windowSize.h - height) / 2; diff --git a/src/views/Popup/index.js b/src/views/Popup/index.js index 2c560a7..e401162 100644 --- a/src/views/Popup/index.js +++ b/src/views/Popup/index.js @@ -231,7 +231,7 @@ export default function Popup({ setShowPopup, translator }) { if (!rule) { return ( - + {!translator && ( <>