This commit is contained in:
wchino
2026-06-13 17:38:25 +08:00
parent e7e938f261
commit 7b33d9f9fa
190 changed files with 23222 additions and 4336 deletions

View File

@@ -1601,4 +1601,62 @@ function statusTagType(s: string) {
.empty-hint { padding: 32px 0; color: #666; font-size: 13px; }
.create-alert { margin-bottom: 16px; }
.create-form { margin-top: 4px; }
.credit-strip {
border-color: var(--border);
background: #ffffff;
box-shadow: var(--shadow);
}
.credit-label,
.expand-loading,
.expand-section-title,
.expand-readonly-hint,
.field-hint,
.empty-hint {
color: var(--text-muted);
}
.credit-value {
color: var(--text);
}
.credit-value.c-green,
.invite-code-cell {
color: var(--success-text);
}
.credit-divider {
background: var(--border);
}
.invite-prominent-btn {
box-shadow: none;
}
.expand-panel {
margin-top: 6px;
padding: 12px;
border: 1px solid var(--border);
border-radius: 8px;
background: #fbfaf7;
}
@media (max-width: 760px) {
.credit-strip {
align-items: stretch;
flex-direction: column;
gap: 10px;
}
.credit-divider {
width: 100%;
height: 1px;
}
.inner-toolbar,
.expand-pager {
justify-content: flex-start;
}
}
</style>