mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
Remove supportModal.html and refactor error-message styles across multiple CSS files for consistency
- Deleted supportModal.html as it is no longer needed. - Removed duplicate error-message styles from download-modal.css, import-modal.css, and lora-modal.css. - Consolidated error-message styles into shared.css to ensure consistent styling across components.
This commit is contained in:
@@ -23,12 +23,6 @@
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.error-message {
|
||||
color: var(--lora-error);
|
||||
font-size: 0.9em;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
/* Version List Styles */
|
||||
.version-list {
|
||||
max-height: 400px;
|
||||
|
||||
Reference in New Issue
Block a user