fix top clipping with header

This commit is contained in:
Timo
2025-06-24 14:24:02 +02:00
parent 54a4706bcf
commit 40fbf19cbf

View File

@@ -9,6 +9,8 @@ Please see LICENSE in the repository root for full details.
container-name: mediaView;
container-type: size;
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 {