📱 refactor: Updated the CSS class of the ProxysDialog.

This commit is contained in:
jarvis2f 2024-12-30 10:59:00 +08:00
parent 38a8c227e3
commit 2ab1f4d075

View file

@ -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"
/>
</div>
</DialogContent>