mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
fix top clipping with header
This commit is contained in:
@@ -9,6 +9,8 @@ Please see LICENSE in the repository root for full details.
|
|||||||
container-name: mediaView;
|
container-name: mediaView;
|
||||||
container-type: size;
|
container-type: size;
|
||||||
border-radius: var(--media-view-border-radius);
|
border-radius: var(--media-view-border-radius);
|
||||||
|
/*Add spacing for the hover boarder. Otherwise it might get clipped.*/
|
||||||
|
margin: var(--cpd-space-1x);
|
||||||
}
|
}
|
||||||
|
|
||||||
.media video {
|
.media video {
|
||||||
|
|||||||
Reference in New Issue
Block a user