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:
@@ -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 内联样式覆盖)── */
|
||||
|
||||
Reference in New Issue
Block a user