mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
New meet version
This commit is contained in:
parent
ffe71117b8
commit
7ee0bff1fe
3 changed files with 1 additions and 23 deletions
|
@ -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
0
plugin/Meet/meet.css
Normal 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;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue