Move the planner's page-scoped tools from the left nav into the page header
Test and deploy / test-and-deploy (push) Successful in 1m4s
Test and deploy / test-and-deploy (push) Successful in 1m4s
The Tools group (Plans, Ask the LLM, Prefill, Curves, Import/export, Field IDs, Settings) acted on the open plan, not on navigation — it now renders as compact action buttons in the planner header's existing actions row (wrapping on narrow screens), and the left rail is pure navigation, identical on every page. Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5
parent
c130efb180
commit
3bceb44ae3
@@ -3000,3 +3000,11 @@ select.f {
|
||||
resize: vertical;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
/* ── Planner header tools (page-scoped actions moved out of the left nav) ── */
|
||||
.header-tools {
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
row-gap: 6px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user