Release v1.5.1 and improve mobile dashboard layouts

This commit is contained in:
2569718930@qq.com
2026-03-23 17:54:14 +08:00
parent 21a42af01c
commit 06b1e1b9fe
14 changed files with 492 additions and 59 deletions
@@ -390,6 +390,10 @@
.cards {
grid-template-columns: 1fr;
}
.metaList dd {
max-width: 56%;
}
}
@media (max-width: 560px) {
@@ -414,5 +418,74 @@
flex-direction: column;
align-items: stretch;
}
.ghostBtn,
.primaryBtn {
min-height: 40px;
justify-content: center;
}
.title {
font-size: 22px;
}
.subtitle {
font-size: 12px;
}
.heroCard {
grid-template-columns: 1fr;
gap: 12px;
}
.avatar {
width: 56px;
height: 56px;
border-radius: 16px;
font-size: 20px;
}
.heroMain h2 {
font-size: 22px;
}
.updatedText {
text-align: left;
}
.metaList > div {
flex-direction: column;
align-items: flex-start;
gap: 4px;
}
.metaList dd {
max-width: 100%;
text-align: left;
}
.commandRow {
flex-direction: column;
align-items: stretch;
}
.command {
flex: 1 1 auto;
width: 100%;
min-height: 48px;
padding: 10px 12px;
}
.copyBtn {
width: 100%;
justify-content: center;
}
.noticeRow,
.errorRow {
width: 100%;
align-items: flex-start;
line-height: 1.5;
}
}