Fix tab jump on page reload and add config grid spacing

Apply saved active tab from localStorage via inline script during HTML
parse to prevent visible tab switch after page becomes visible.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-12 15:57:16 +03:00
parent 58df163ded
commit 3d2393e474
3 changed files with 17 additions and 6 deletions

View File

@@ -1940,6 +1940,7 @@ input:-webkit-autofill:focus {
grid-template-columns: auto 1fr;
gap: 8px 12px;
align-items: center;
margin-top: 12px;
}
.config-grid-label {