1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Daniel Neto 2023-08-18 09:34:13 -03:00
parent 1510015c74
commit ef1777603a
4 changed files with 16 additions and 12 deletions

View file

@ -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>";
}

View file

@ -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;

View file

@ -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;
}

View file

@ -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;
}
*/