feat(FN-3240): move drag handle into provider actions and enhance planning
The merge brings several FN-3240 UI refinements that move and anchor drag handles into provider actions, alongside FN-3256 styling improvements to the planning mode modal and quick chat FAB. Key supporting changes include a durable insight lifecycle for FN-3243, a fix for list view detail callback t Fusion-Task-Id: FN-3240
This commit is contained in:
@@ -140,6 +140,10 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.usage-provider-actions .usage-provider-drag-handle {
|
||||
margin-left: var(--space-xs);
|
||||
}
|
||||
|
||||
.usage-provider-drag-handle:hover {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
@@ -161,6 +165,7 @@
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: var(--space-sm);
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user