Updated dashboard

This commit is contained in:
qingjie.du
2026-03-30 21:33:01 +09:00
parent bce2a5672c
commit 73ce0ef5a2

View File

@@ -132,7 +132,10 @@ function inlineDashboard(): string {
border-bottom: 1px solid rgba(99,102,241,.25); border-bottom: 1px solid rgba(99,102,241,.25);
position: sticky; top: 0; z-index: 10; position: sticky; top: 0; z-index: 10;
} }
.header img { width: 36px; height: 36px; } .header img {
height: 36px; width: auto;
background: #fff; border-radius: 8px; padding: 3px;
}
.header h1 { .header h1 {
font-size: 22px; font-weight: 700; margin: 0; font-size: 22px; font-weight: 700; margin: 0;
background: linear-gradient(90deg, #818cf8, #a78bfa); background: linear-gradient(90deg, #818cf8, #a78bfa);