fix right click for video

This commit is contained in:
Jesús 2021-07-05 15:44:07 -05:00
parent aadc20fa19
commit 33d732f781
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -9,6 +9,13 @@
<!-- plyr -->
<link href="/youtube.com/static/modules/plyr/plyr.css" rel="stylesheet"/>
<!--/ plyr -->
<style>
/* Prevent this div from blocking right-click menu for video
e.g. Firefox playback speed options */
.plyr__poster {
display: none !important;
}
</style>
{% endif %}
{% endblock style %}