Fix call border resizing video

This commit is contained in:
Half-Shot
2024-10-29 09:28:42 +00:00
parent 07d345191b
commit b7e82362b8

View File

@@ -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);