fix: support mobile login workspace

This commit is contained in:
Rixuan Shao
2026-07-11 21:05:59 +08:00
parent 32d58940ff
commit 472b3e8304
12 changed files with 208 additions and 18 deletions
+15
View File
@@ -1610,6 +1610,21 @@ textarea {
flex-direction: column;
}
.login-actions .button-row {
display: grid;
grid-template-columns: 1fr;
}
.login-actions .button-row .button {
width: 100%;
justify-content: center;
}
.desktop-frame {
aspect-ratio: auto;
min-height: 68vh;
}
.overview-strip,
.metric-grid {
grid-template-columns: 1fr;