mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Fix call border resizing video
This commit is contained in:
@@ -94,6 +94,11 @@ unconditionally select the container so we can use cqmin units */
|
|||||||
border: var(--cpd-space-1x) solid var(--cpd-color-yellow-1200);
|
border: var(--cpd-space-1x) solid var(--cpd-color-yellow-1200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Offset by the size of the border to prevent resizing */
|
||||||
|
.media:not(.raisedHandBorder) {
|
||||||
|
margin: var(--cpd-space-1x);
|
||||||
|
}
|
||||||
|
|
||||||
.nameTag {
|
.nameTag {
|
||||||
grid-area: nameTag;
|
grid-area: nameTag;
|
||||||
padding: var(--cpd-space-1x);
|
padding: var(--cpd-space-1x);
|
||||||
|
|||||||
Reference in New Issue
Block a user