mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +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);
|
||||
}
|
||||
|
||||
/* Offset by the size of the border to prevent resizing */
|
||||
.media:not(.raisedHandBorder) {
|
||||
margin: var(--cpd-space-1x);
|
||||
}
|
||||
|
||||
.nameTag {
|
||||
grid-area: nameTag;
|
||||
padding: var(--cpd-space-1x);
|
||||
|
||||
Reference in New Issue
Block a user