refactor: streamline example images download functionality and UI updates

This commit is contained in:
Will Miao
2025-04-30 13:20:44 +08:00
parent cb876cf77e
commit 26d9a9caa6
7 changed files with 235 additions and 198 deletions

View File

@@ -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);