feat: support native Windows login browser

This commit is contained in:
Rixuan Shao
2026-08-24 15:29:04 +08:00
parent f2f4237f18
commit 63443fda67
10 changed files with 214 additions and 26 deletions
+26
View File
@@ -1116,6 +1116,32 @@ textarea {
justify-content: center;
}
.native-login-panel {
min-height: 380px;
padding: 32px 24px;
display: grid;
place-items: center;
align-content: center;
gap: 12px;
text-align: center;
background: var(--surface-alt);
}
.native-login-panel > svg {
width: 42px;
height: 42px;
color: var(--accent);
}
.native-login-panel p {
max-width: 420px;
margin: 0;
}
.native-login-mode .desktop-frame {
display: none;
}
.desktop-frame-wrap {
min-width: 0;
overflow: hidden;