diff --git a/src/components/SettingsView.tsx b/src/components/SettingsView.tsx index 075865a..848a284 100644 --- a/src/components/SettingsView.tsx +++ b/src/components/SettingsView.tsx @@ -1433,92 +1433,162 @@ runEngineChecks(false);
@@ -2072,7 +2076,7 @@ runEngineChecks(false); aria-invalid={Boolean(loginFieldErrors.username)} className="bg-bg-input border border-border-modal rounded-md px-3 py-1.5 w-full text-text-primary focus:outline-none" /> - {loginFieldErrors.username &&

{loginFieldErrors.username}

} + {loginFieldErrors.username &&

{loginFieldErrors.username}

}
@@ -2088,7 +2092,7 @@ runEngineChecks(false); aria-invalid={Boolean(loginFieldErrors.password)} className="bg-bg-input border border-border-modal rounded-md px-3 py-1.5 w-full text-text-primary focus:outline-none" /> - {loginFieldErrors.password &&

{loginFieldErrors.password}

} + {loginFieldErrors.password &&

{loginFieldErrors.password}

}
@@ -2271,7 +2275,7 @@ className="app-button px-3 py-1.5 text-[12px] flex items-center gap-1.5 disabled
{/* Step 1 */} -
+
1 @@ -2304,7 +2308,7 @@ className="app-button px-3 py-1.5 text-[12px] flex items-center gap-1.5 disabled
{/* Step 2 */} -
+
2 @@ -2334,7 +2338,7 @@ className="app-button px-3 py-1.5 text-[12px] flex items-center gap-1.5 disabled
{/* Step 3 */} -
+
3 diff --git a/src/index.css b/src/index.css index 8b8afa6..804f609 100644 --- a/src/index.css +++ b/src/index.css @@ -2832,8 +2832,12 @@ html[data-list-density="relaxed"] { line-height: 1.3; } + .settings-network-section-title:not(:first-child) { + margin-top: 24px; + } + .settings-network-panel .mac-settings-group { - margin-bottom: 0; + margin-bottom: 24px; border-radius: 12px; }