fix: batch URL download i18n and CSS polish (#936)

- Add common.actions.remove/change translation keys across all locales
- Remove hardcoded #e74c3c error colors, use --lora-error CSS variable
This commit is contained in:
Will Miao
2026-06-08 21:28:24 +08:00
parent c0e2578640
commit 23c6863a3a
11 changed files with 33 additions and 13 deletions

View File

@@ -739,7 +739,7 @@
display: flex;
align-items: center;
justify-content: center;
color: #e74c3c;
color: var(--lora-error);
font-size: 1.2em;
}
@@ -766,7 +766,7 @@
}
.batch-preview-error-text {
color: #e74c3c;
color: var(--lora-error);
opacity: 1;
}
@@ -798,7 +798,7 @@
.batch-preview-remove:hover {
opacity: 1;
color: #e74c3c;
color: var(--lora-error);
}
.batch-preview-error {