mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
refactor: streamline example images download functionality and UI updates
This commit is contained in:
@@ -88,7 +88,8 @@
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.progress-container {
|
||||
/* Use specific selectors to avoid conflicts with loading.css */
|
||||
.progress-panel .progress-container {
|
||||
width: 100%;
|
||||
background-color: var(--lora-border);
|
||||
border-radius: 4px;
|
||||
@@ -96,7 +97,7 @@
|
||||
height: var(--space-1);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
.progress-panel .progress-bar {
|
||||
width: 0%;
|
||||
height: 100%;
|
||||
background-color: var(--lora-accent);
|
||||
|
||||
Reference in New Issue
Block a user