From f6fa19a44f93fdfe9574aabda573d4d368f01440 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Thu, 7 May 2026 17:25:37 +0800 Subject: [PATCH] fix: update auto retry and OAuth flow timeout settings layout --- sidepanel/sidepanel.css | 14 ++++++++++-- sidepanel/sidepanel.html | 46 +++++++++++++++++++++------------------- 2 files changed, 36 insertions(+), 24 deletions(-) diff --git a/sidepanel/sidepanel.css b/sidepanel/sidepanel.css index 7036555..a661317 100644 --- a/sidepanel/sidepanel.css +++ b/sidepanel/sidepanel.css @@ -2125,8 +2125,7 @@ header { } .auto-delay-setting-pair { - flex-wrap: wrap; - row-gap: 8px; + flex-wrap: nowrap; } #row-auto-delay-settings .setting-group-primary { @@ -2147,6 +2146,17 @@ header { margin-left: auto !important; } +.oauth-flow-timeout-setting { + gap: 8px; + min-width: 0; +} + +.oauth-flow-timeout-caption { + min-width: 0 !important; + overflow: hidden; + text-overflow: ellipsis; +} + #row-auto-delay-settings .setting-caption { min-width: auto; } diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index 0a5801c..635c9e1 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -573,14 +573,6 @@ 分钟 -
- 步间间隔 -
- - -
-
@@ -594,6 +586,30 @@
+
+ 步间间隔 +
+ + +
+
+ + +
+ 授权总超时 +
+
+ + 关闭后只取消 Step 7 后链总预算 +
线程间隔
@@ -604,20 +620,6 @@
-
- 授权总超时 -
- - 关闭后只取消 Step 7 后链总预算 -
-
OAuth 等待中...