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 @@ 分钟 -