Add multiple screenshare previews instead of line indicators

Signed-off-by: Milton Moura <miltonmoura@gmail.com>
This commit is contained in:
Milton Moura
2026-07-29 00:46:54 +00:00
parent 3e5edd03a6
commit 0fafe181ce
14 changed files with 814 additions and 58 deletions

View File

@@ -23,8 +23,11 @@ Please see LICENSE in the repository root for full details.
margin-block-end: var(--cpd-space-4x);
}
.spotlight.withIndicators {
margin-block-end: calc(2 * var(--cpd-space-4x) + 2px);
.spotlight.withPreviewIndicator {
margin-block-end: calc(
var(--cpd-space-4x) + var(--cpd-space-2x) +
var(--spotlight-indicator-height)
);
}
.spotlight > .slot {