fix(ui): center Config Panel action bar and move ProviderNav to bottom

This commit is contained in:
LTbinglingfeng
2026-02-06 03:13:13 +08:00
parent adcf0b6582
commit f53d333198
6 changed files with 104 additions and 58 deletions

View File

@@ -300,7 +300,7 @@ export function ConfigPage() {
title={t('config_management.reload')}
aria-label={t('config_management.reload')}
>
<IconRefreshCw size={18} />
<IconRefreshCw size={16} />
</button>
<button
type="button"
@@ -310,7 +310,7 @@ export function ConfigPage() {
title={t('config_management.save')}
aria-label={t('config_management.save')}
>
<IconCheck size={18} />
<IconCheck size={16} />
{isDirty && <span className={styles.dirtyDot} aria-hidden="true" />}
</button>
</div>