fix: popup width change to 360

This commit is contained in:
Gabe
2025-10-17 10:53:13 +08:00
parent b9693436bb
commit 4fee3688ea
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ export default function Popup({ setShowPopup, translator }) {
if (!rule) {
return (
<Box minWidth={300}>
<Box minWidth={360}>
{!translator && (
<>
<Header />