diff --git a/static/css/components/menu.css b/static/css/components/menu.css index df3d01dc..b73698bd 100644 --- a/static/css/components/menu.css +++ b/static/css/components/menu.css @@ -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); } diff --git a/templates/checkpoints.html b/templates/checkpoints.html index 988bb6cc..674b51c2 100644 --- a/templates/checkpoints.html +++ b/templates/checkpoints.html @@ -10,17 +10,27 @@ {% block additional_components %}
diff --git a/templates/components/context_menu.html b/templates/components/context_menu.html index 3e4c7c86..00b85a9e 100644 --- a/templates/components/context_menu.html +++ b/templates/components/context_menu.html @@ -5,6 +5,7 @@ + @@ -14,6 +15,8 @@ + + @@ -23,6 +26,8 @@ + + @@ -32,13 +37,18 @@ + + - + + + + @@ -53,25 +63,6 @@ {{ t('loras.bulkOperations.selected', {'count': 0}) }} - + - +