mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-10 12:59:24 -03:00
fix(ui): unify context menu ordering and add visual section separators across all menus
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
/* Lighter separator between category groups (vs the full separator before destructive) */
|
||||
.context-menu-separator.menu-section-break {
|
||||
opacity: 0.4;
|
||||
margin: 3px 0;
|
||||
}
|
||||
|
||||
.context-menu-item.delete-item {
|
||||
color: var(--danger-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user