mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
1510015c74
commit
ef1777603a
4 changed files with 16 additions and 12 deletions
|
@ -128,16 +128,16 @@ class Page {
|
||||||
$rtl = 'rtl';
|
$rtl = 'rtl';
|
||||||
}
|
}
|
||||||
echo "<body class=\"{$global['bodyClass']} {$rtl} {$this->bodyClass}\">";
|
echo "<body class=\"{$global['bodyClass']} {$rtl} {$this->bodyClass}\">";
|
||||||
echo '<div id="_avideoPageLoader">';
|
//echo '<div id="_avideoPageLoader">';
|
||||||
$loaderParts = Layout::getLoaderDefault();
|
//$loaderParts = Layout::getLoaderDefault();
|
||||||
echo $loaderParts['css'];
|
//echo $loaderParts['css'];
|
||||||
echo $loaderParts['html'];
|
//echo $loaderParts['html'];
|
||||||
echo '</div>';
|
//echo '</div>';
|
||||||
echo '<div style="display: none;" id="_avideoPageContent">';
|
//echo '<div style="display: none;" id="_avideoPageContent">';
|
||||||
$this->getNavBar();
|
$this->getNavBar();
|
||||||
echo $this->bodyContent;
|
echo $this->bodyContent;
|
||||||
$this->getFooter();
|
$this->getFooter();
|
||||||
echo '</div>';
|
//echo '</div>';
|
||||||
echo "</body>";
|
echo "</body>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,12 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.galleryVideo {
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.galleryVideo .group {
|
.galleryVideo .group {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
|
@ -5,9 +5,6 @@ include $global['systemRootPath'] . 'plugin/YouPHPFlix2/view/modeFlixHead.php';
|
||||||
<link href="<?php echo getURL('plugin/YouPHPFlix2/view/css/style.css'); ?>" rel="stylesheet" type="text/css"/>
|
<link href="<?php echo getURL('plugin/YouPHPFlix2/view/css/style.css'); ?>" rel="stylesheet" type="text/css"/>
|
||||||
<link href="<?php echo getURL('plugin/Gallery/style.css'); ?>" rel="stylesheet" type="text/css"/>
|
<link href="<?php echo getURL('plugin/Gallery/style.css'); ?>" rel="stylesheet" type="text/css"/>
|
||||||
<style>
|
<style>
|
||||||
.galleryVideo {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
#bigVideoCarousel{
|
#bigVideoCarousel{
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2013,7 +2013,7 @@ body.ypt-is-compressed #videoCol {
|
||||||
#bigVideoCarousel .galleryVideoButtons button {
|
#bigVideoCarousel .galleryVideoButtons button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#_avideoPageLoader{
|
#_avideoPageLoader{
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -2021,3 +2021,4 @@ body.ypt-is-compressed #videoCol {
|
||||||
#_avideoPageContent{
|
#_avideoPageContent{
|
||||||
display: unset !important;
|
display: unset !important;
|
||||||
}
|
}
|
||||||
|
*/
|
Loading…
Add table
Add a link
Reference in a new issue