fix styling

- make video render below the header on Android.
This commit is contained in:
Timo
2025-06-24 16:38:55 +02:00
parent 40fbf19cbf
commit d5ba11956c
4 changed files with 13 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Please see LICENSE in the repository root for full details.
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);
margin: var(--hover-space-margin);
}
.media video {