fix: refine AI providers and auth files styling and layout alignment

- Remove inset box-shadow from stat badges for cleaner appearance
  - Add modelCountLabel style for consistent model count display
  - Refactor model count layout in AiProvidersPage
  - Add openaiTestButton style for proper button height alignment
  - Add item-actions flexbox utility style to layout.scss
This commit is contained in:
Supra4E8C
2025-12-13 17:15:37 +08:00
parent 13d1804e66
commit ccc82e5802
4 changed files with 28 additions and 9 deletions

View File

@@ -404,6 +404,11 @@
font-weight: 700;
color: var(--text-primary);
}
.item-actions {
display: flex;
gap: $spacing-sm;
}
}
.toggle-advanced {