1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

New meet version

This commit is contained in:
Daniel 2021-07-12 10:25:46 -03:00
parent ffe71117b8
commit 7ee0bff1fe
3 changed files with 1 additions and 23 deletions

View file

@ -65,6 +65,7 @@ if (empty($meet_schedule_id)) {
if(!isMobile()){ if(!isMobile()){
$css = "@media (max-width: 767px) {{$css}}"; $css = "@media (max-width: 767px) {{$css}}";
} }
$css .= file_get_contents($global['systemRootPath'] . 'plugin/Meet/meet.css');
?> ?>
aVideoMeetAppendElement("head", <?php echo json_encode("<style>{$css}</style>"); ?>); aVideoMeetAppendElement("head", <?php echo json_encode("<style>{$css}</style>"); ?>);
console.log("YPTMeetScript conference is ready"); console.log("YPTMeetScript conference is ready");

0
plugin/Meet/meet.css Normal file
View file

View file

@ -1,23 +0,0 @@
.new-toolbox, .sideToolbarContainer, .subject{
zoom:1.8;
-moz-transform: scale(1.8);
-moz-transform-origin: 0 0;
}
/*
.toolbox-icon svg, .toolbox-icon {
width: 1.5em !important;
height: 1.5em !important;
}*/
.filmstrip{
min-width:25%;
max-width: 300px;
}
.leftwatermark{
width: 200px;
}
.new-toolbox, .toolbox-content, .button-group-center, .toolbox-button, .toolbox-icon{
margin: 0 !important;
}
.toolbox-icon{
margin: 0 4px !important;
}