From e9f04a18f7448b1ad13474747dbd852152dd9c8d Mon Sep 17 00:00:00 2001 From: lisonge Date: Fri, 8 Sep 2023 15:39:46 +0800 Subject: [PATCH] fix: min width #1 --- src/PopupApp.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/PopupApp.tsx b/src/PopupApp.tsx index 3b75cc8..834f7ec 100644 --- a/src/PopupApp.tsx +++ b/src/PopupApp.tsx @@ -8,9 +8,13 @@ export default function PopupApp() { return ( Loading...} + fallback={ +
+ Loading... +
+ } > -
+
Disable HTTP CSP
} checked={cspConfig.config().csp_http_disabled}