1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-01-31 11:54:15 -03:00
parent 003e1c3c3e
commit e4b6a4c70c

View file

@ -168,6 +168,10 @@ $objectToReturnToParentIframe->posterURL = $poster;
.videoViews {
margin-top: 25px;
}
.liveEmbed .liveOnlineLabel.label-danger{
display: none;
}
</style>
<link href="<?php echo getURL('node_modules/video.js/dist/video-js.min.css'); ?>" rel="stylesheet" type="text/css" />
<?php