mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +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';
|
||||
}
|
||||
echo "<body class=\"{$global['bodyClass']} {$rtl} {$this->bodyClass}\">";
|
||||
echo '<div id="_avideoPageLoader">';
|
||||
$loaderParts = Layout::getLoaderDefault();
|
||||
echo $loaderParts['css'];
|
||||
echo $loaderParts['html'];
|
||||
echo '</div>';
|
||||
echo '<div style="display: none;" id="_avideoPageContent">';
|
||||
//echo '<div id="_avideoPageLoader">';
|
||||
//$loaderParts = Layout::getLoaderDefault();
|
||||
//echo $loaderParts['css'];
|
||||
//echo $loaderParts['html'];
|
||||
//echo '</div>';
|
||||
//echo '<div style="display: none;" id="_avideoPageContent">';
|
||||
$this->getNavBar();
|
||||
echo $this->bodyContent;
|
||||
$this->getFooter();
|
||||
echo '</div>';
|
||||
//echo '</div>';
|
||||
echo "</body>";
|
||||
}
|
||||
|
||||
|
|
|
@ -19,6 +19,12 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.galleryVideo {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.galleryVideo .group {
|
||||
overflow: hidden;
|
||||
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/Gallery/style.css'); ?>" rel="stylesheet" type="text/css"/>
|
||||
<style>
|
||||
.galleryVideo {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#bigVideoCarousel{
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
@ -2013,7 +2013,7 @@ body.ypt-is-compressed #videoCol {
|
|||
#bigVideoCarousel .galleryVideoButtons button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/*
|
||||
#_avideoPageLoader{
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -2021,3 +2021,4 @@ body.ypt-is-compressed #videoCol {
|
|||
#_avideoPageContent{
|
||||
display: unset !important;
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue