1
0
Fork 0
mirror of https://github.com/MatomoCamp/pretalx-matomocamp.git synced 2024-09-19 15:53:48 +02:00

fix border

This commit is contained in:
Lukas Winkler 2021-11-12 17:20:41 +01:00
parent d0ac91ce88
commit 9c15e82002
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -21,7 +21,7 @@ class MatomoVideoProvider(BaseRecordingProvider):
return {
"iframe": f"""
<style>
.ratio {{ margin-top:1rem;border: none}}
.ratio {{ margin-top:1rem}}
/* based on https://github.com/twbs/bootstrap/blob/f61a0218b36d915db80dc23635a9078e98e2e3e0/scss/helpers/_ratio.scss */
.ratio {{
position: relative;
@ -39,6 +39,7 @@ class MatomoVideoProvider(BaseRecordingProvider):
left: 0;
width: 100%;
height: 100%;
border: none
}}
</style>
<div>