From d20f1f0ab50009d4d594fdfafb0e33cc008b0950 Mon Sep 17 00:00:00 2001 From: pcvantol Date: Mon, 7 Sep 2026 09:53:47 +0200 Subject: [PATCH] Clip relocation modal header to rounded panel --- src/engineering_platform/assets/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engineering_platform/assets/dashboard.css b/src/engineering_platform/assets/dashboard.css index 134f2929..025f1c35 100644 --- a/src/engineering_platform/assets/dashboard.css +++ b/src/engineering_platform/assets/dashboard.css @@ -992,7 +992,7 @@ html[data-theme="light"] ::-webkit-scrollbar-thumb:hover{background:#0a6b9d} :is(.category-icon,.page-refresh>span,.dashboard-action,.component-info,.prompt-history-report,.prompt-history-analysis,.prompt-history-details,.prompt-history-chat,.dashboard-modal-shell__close,.report-view-modal__close,.chat-send>span){font-weight:700}:is(.technical-details,.codex-chat,.telemetry,.platform-health,#currentRun,.inbox-queue,.prompt-history)>summary::before,:is(.copy.copy--glyph,.download.download--glyph,.component-modal__restart,.rate-limit-reset,.predecessor-retry,.execution-dismiss,.operator-merge-wait__actions :is(.dashboard-action--primary,.dashboard-action--destructive),#operatorMergeWaitModal :is(.dashboard-modal-shell__action--primary,.dashboard-modal-shell__action--destructive),.component-modal h2,.confirmation-modal h2,.report-view-modal__title,.prompt-chat-modal__header h2)::before{font-weight:700} /* Relocation and component actions keep their position while optional actions change. */ -.component-modal__actions{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.component-modal__actions .component-modal__restart{margin:0;min-height:44px;min-width:0;width:100%}.component-modal__actions .dashboard-modal-shell__action{grid-column:2;margin:0;min-width:0;width:100%}.installation-relocation-modal .dashboard-modal-shell__panel{display:grid;gap:18px}.installation-relocation-modal .dashboard-modal-shell__panel>p{margin:0}.installation-relocation-modal__locations{display:grid;gap:12px;margin:0}.installation-relocation-modal__locations div{display:grid;gap:4px}.installation-relocation-modal__locations dt{color:var(--modal-secondary-accent);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.installation-relocation-modal__locations dd{margin:0;overflow-wrap:anywhere}.installation-relocation-modal .dashboard-modal-shell__actions{justify-content:flex-start;margin-top:0}.installation-relocation-modal .dashboard-modal-shell__action{min-width:10rem}.configuration-central-database__actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end} +.component-modal__actions{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.component-modal__actions .component-modal__restart{margin:0;min-height:44px;min-width:0;width:100%}.component-modal__actions .dashboard-modal-shell__action{grid-column:2;margin:0;min-width:0;width:100%}.installation-relocation-modal .dashboard-modal-shell__panel{display:grid;gap:18px;overflow:hidden}.installation-relocation-modal .dashboard-modal-shell__panel>p{margin:0}.installation-relocation-modal__locations{display:grid;gap:12px;margin:0}.installation-relocation-modal__locations div{display:grid;gap:4px}.installation-relocation-modal__locations dt{color:var(--modal-secondary-accent);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.installation-relocation-modal__locations dd{margin:0;overflow-wrap:anywhere}.installation-relocation-modal .dashboard-modal-shell__actions{justify-content:flex-start;margin-top:0}.installation-relocation-modal .dashboard-modal-shell__action{min-width:10rem}.configuration-central-database__actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end} .installation-relocation-modal .dashboard-modal-shell__header{grid-template-columns:minmax(0,1fr) auto auto}.installation-relocation-modal__help{align-self:center;grid-column:2;grid-row:1}.installation-relocation-modal .dashboard-modal-shell__close{grid-column:3} /* A stored run-scoped conversation gets a filled, heavier history glyph. */ .prompt-history-chat--recorded{font-weight:800}