Center instance login form by fixing broken theme-bar layout.

Move the theme toggle inside body and stack it above the form so flex no longer pushes the card to the right.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-16 08:49:23 +08:00
parent 19a4a5194d
commit 4a0b0def1d
2 changed files with 22 additions and 13 deletions
+2 -1
View File
@@ -782,7 +782,8 @@ html[data-theme="light"] .list-window-label {
justify-content: flex-end;
width: 100%;
max-width: 400px;
margin: 0 auto 10px;
margin: 0 0 10px;
flex-shrink: 0;
}
/* ── 交易执行 / 复盘 / 统计(index 内联样式覆盖)── */