From ed2ec56a443b49a018c53f926b1ec25964472b61 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Sat, 26 Jul 2025 06:53:35 +0300 Subject: [PATCH] the size of modal windows has been adjusted due to an increase in the minimum window size --- src/components/profile/groups-editor-viewer.tsx | 2 +- src/components/profile/proxies-editor-viewer.tsx | 2 +- src/components/profile/rules-editor-viewer.tsx | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/profile/groups-editor-viewer.tsx b/src/components/profile/groups-editor-viewer.tsx index 506d6e31..e7dd2ffe 100644 --- a/src/components/profile/groups-editor-viewer.tsx +++ b/src/components/profile/groups-editor-viewer.tsx @@ -562,7 +562,7 @@ export const GroupsEditorViewer = (props: Props) => { return ( - +
{t("Edit Groups")} diff --git a/src/components/profile/proxies-editor-viewer.tsx b/src/components/profile/proxies-editor-viewer.tsx index 24887cac..b48de0d9 100644 --- a/src/components/profile/proxies-editor-viewer.tsx +++ b/src/components/profile/proxies-editor-viewer.tsx @@ -302,7 +302,7 @@ export const ProxiesEditorViewer = (props: Props) => { return ( - +
{t("Edit Proxies")} diff --git a/src/components/profile/rules-editor-viewer.tsx b/src/components/profile/rules-editor-viewer.tsx index 96ca2fc7..ccd4571f 100644 --- a/src/components/profile/rules-editor-viewer.tsx +++ b/src/components/profile/rules-editor-viewer.tsx @@ -513,7 +513,7 @@ export const RulesEditorViewer = (props: Props) => { return ( - +
{t("Edit Rules")} @@ -529,8 +529,8 @@ export const RulesEditorViewer = (props: Props) => {
{visualization ? ( -
-
+
+
{
- -
+ +
setMatch(() => matcher)} />