fix(i18n): further shorten English metrics and improve workflow layout

This commit is contained in:
ghostubborn
2026-04-01 19:07:19 +08:00
parent 21922da6cc
commit 3929c3ade2
2 changed files with 12 additions and 4 deletions

View File

@@ -934,7 +934,15 @@ html[lang="en"] .status-section .status-ready {
html[lang="en"] .status-section .metric-value {
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 1.5rem;
font-size: 1.4rem;
}
html[lang="en"] .workflow-section .step-title {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
html[lang="en"] .workflow-section .step-desc {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
html[lang="en"] .workflow-section {