From 9271b107b6d7e8fbe0249cf4e0e7fdb04bb3d9a0 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Mon, 21 Jul 2025 01:56:24 +0300 Subject: [PATCH] fixed a layout issue in the proxy menu, now all cards are the same size --- src/components/proxy/proxy-item-mini.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/proxy/proxy-item-mini.tsx b/src/components/proxy/proxy-item-mini.tsx index 59b0e6e3..fbe0bd45 100644 --- a/src/components/proxy/proxy-item-mini.tsx +++ b/src/components/proxy/proxy-item-mini.tsx @@ -66,7 +66,7 @@ export const ProxyItemMini = (props: Props) => { title={`${proxy.name}\n${proxy.now ?? ""}`} className="group relative flex h-16 cursor-pointer items-center justify-between rounded-lg border bg-card p-3 shadow-sm transition-colors duration-200 hover:bg-accent data-[selected=true]:ring-2 data-[selected=true]:ring-primary" > -
+

{proxy.name}

{showType && (