Merge pull request #3872 from element-hq/floating-tile-inset

Move local video tile in one-on-one layout to be flush with the edge
This commit is contained in:
Valere Fedronic
2026-04-14 09:44:14 +02:00
committed by GitHub

View File

@@ -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 {