feat(AiProviders): refactor layout for upstream API key display

This commit is contained in:
Supra4E8C
2026-02-15 11:59:59 +08:00
parent d140fe1061
commit 8dfa71b81e
2 changed files with 16 additions and 11 deletions

View File

@@ -3,3 +3,17 @@
max-width: 960px;
margin: 0 auto;
}
.upstreamApiKeyRow {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 16px;
}
.upstreamApiKeyHint {
margin: 0;
color: var(--text-secondary);
font-size: 13px;
}