From 52dec921f5ed66b158edf03b37e52d33516a23e7 Mon Sep 17 00:00:00 2001 From: v0 Date: Wed, 4 Feb 2026 16:43:29 +0000 Subject: [PATCH] feat: adjust settings layout in advanced config popup Display "Algorithm" and "Captcha Length" side by side for compact layout. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- app/page.tsx | 72 +++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5d4c769..f3ead0c 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -798,7 +798,7 @@ export default function TwoFactorAuth() { {t.addToken} - + {t.addNewToken} {t.addNewTokenDesc} @@ -864,40 +864,42 @@ export default function TwoFactorAuth() { {showAdvanced && (
-
- - -
-
- - +
+
+ + +
+
+ + +