mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-24 19:19:21 +00:00
Fix corner radius on screenshare overlay in widget mode
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
@@ -7,7 +7,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
|
|
||||||
.tile.draggable {
|
.tile.draggable {
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
box-shadow: var(--big-drop-shadow);
|
--draggable-shadow: var(--big-drop-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile.draggable:active {
|
.tile.draggable:active {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
--hover-space-margin: var(--cpd-space-1x);
|
--hover-space-margin: var(--cpd-space-1x);
|
||||||
transition: outline-color ease 0.15s;
|
transition: outline-color ease 0.15s;
|
||||||
outline: var(--cpd-border-width-2) solid rgb(0 0 0 / 0);
|
outline: var(--cpd-border-width-2) solid rgb(0 0 0 / 0);
|
||||||
|
box-shadow: var(--draggable-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Use a pseudo-element to create the expressive speaking border, since CSS
|
/* Use a pseudo-element to create the expressive speaking border, since CSS
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
inline-size: 100%;
|
inline-size: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: var(--cpd-space-6x);
|
border-radius: var(--cpd-space-6x);
|
||||||
|
box-shadow: var(--draggable-shadow);
|
||||||
contain: strict;
|
contain: strict;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user