From 438b6b86721526d9dc520e2be48e7f0b64203239 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 13 Apr 2026 18:30:42 +0200 Subject: [PATCH] Move local video tile in one-on-one layout to be flush with the edge Per design updates. --- src/grid/OneOnOneLayout.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grid/OneOnOneLayout.module.css b/src/grid/OneOnOneLayout.module.css index 2e5e7d86..0ac1b78d 100644 --- a/src/grid/OneOnOneLayout.module.css +++ b/src/grid/OneOnOneLayout.module.css @@ -19,7 +19,7 @@ Please see LICENSE in the repository root for full details. position: absolute; inline-size: 180px; block-size: 135px; - inset: var(--cpd-space-4x); + inset: 0; } .spotlight {