mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-20 20:49:20 +00:00
Add multiple screenshare previews instead of line indicators
Signed-off-by: Milton Moura <miltonmoura@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user