fix: remove console composer overhang
This commit is contained in:
@@ -452,6 +452,7 @@ Deno.test("Worker Console removes redundant chrome and uses shared alerts", asyn
|
|||||||
!page.includes(
|
!page.includes(
|
||||||
"padding: var(--space-3) var(--space-6) var(--space-4)",
|
"padding: var(--space-3) var(--space-6) var(--space-4)",
|
||||||
) &&
|
) &&
|
||||||
|
!page.includes("margin-inline: calc(-1 * var(--space-6))") &&
|
||||||
page.includes('import { pushWorkspaceAlert }') &&
|
page.includes('import { pushWorkspaceAlert }') &&
|
||||||
page.includes('title: "Worker control"') &&
|
page.includes('title: "Worker control"') &&
|
||||||
page.includes('title: "Rewind targets"') &&
|
page.includes('title: "Rewind targets"') &&
|
||||||
|
|||||||
-1
@@ -1835,7 +1835,6 @@
|
|||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: var(--space-3);
|
gap: var(--space-3);
|
||||||
margin-inline: calc(-1 * var(--space-6));
|
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user