From 882f1a2a4af9119ececfca1135f335dabe241e7d Mon Sep 17 00:00:00 2001 From: Slinetrac Date: Sat, 29 Nov 2025 20:38:38 +0800 Subject: [PATCH] Revert "feat: imporve the layout of proxies page (#5647)" This reverts commit 8c1caf8555beaba8b3b9e514f7d8fc60a6368219. --- src/components/proxy/proxy-groups.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/components/proxy/proxy-groups.tsx b/src/components/proxy/proxy-groups.tsx index cc5aef49e..ab4814262 100644 --- a/src/components/proxy/proxy-groups.tsx +++ b/src/components/proxy/proxy-groups.tsx @@ -597,17 +597,15 @@ export const ProxyGroups = (props: Props) => { initialScrollTop={scrollPositionRef.current[mode]} computeItemKey={(index) => renderList[index].key} itemContent={(index) => ( -
- -
+ )} />