From 2ab1f4d0750e02cc89e40099f34399ca85c16abd Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20refactor:=20Updated=20the=20CSS?= =?UTF-8?q?=20class=20of=20the=20ProxysDialog.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/account-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/account-dialog.tsx b/web/src/components/account-dialog.tsx index a5fb37e..20bdda5 100644 --- a/web/src/components/account-dialog.tsx +++ b/web/src/components/account-dialog.tsx @@ -312,7 +312,7 @@ export function AccountDialog({ proxyName={proxyName} onProxyNameChange={setProxyName} enableSelect={true} - className="absolute bottom-1 right-1" + className="absolute bottom-1 right-1 md:-bottom-9 md:-right-4" />