mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
feat: update model versions tab styling and refresh behavior
- Rename CSS class from 'version-name' to 'versions-tab-version-name' for better specificity - Remove color-mix styling from version title for cleaner appearance - Set refresh parameter to false in versions fetch to prevent unnecessary data reloads - Maintains same functionality while improving performance and code organization
This commit is contained in:
@@ -156,10 +156,9 @@
|
||||
gap: 8px;
|
||||
font-weight: 600;
|
||||
font-size: 0.95rem;
|
||||
color: color-mix(in oklch, var(--text-color) 92%, black 8%);
|
||||
}
|
||||
|
||||
.version-name {
|
||||
.versions-tab-version-name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user