diff --git a/public/app.css b/public/app.css index 2d35f53..8c48942 100644 --- a/public/app.css +++ b/public/app.css @@ -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%; +} diff --git a/public/index.html b/public/index.html index fa1c248..4668f2c 100644 --- a/public/index.html +++ b/public/index.html @@ -21,43 +21,6 @@ Roast Planner
-