From ef1777603a84b3b76c2d16db8114c23e852d7d3c Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Fri, 18 Aug 2023 09:34:13 -0300 Subject: [PATCH] https://github.com/WWBN/AVideo/issues/8336 --- objects/Page.php | 14 +++++++------- plugin/Gallery/style.css | 6 ++++++ view/channelHead.php | 3 --- view/css/main.css | 5 +++-- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/objects/Page.php b/objects/Page.php index b379312b7c..36558a53f5 100644 --- a/objects/Page.php +++ b/objects/Page.php @@ -128,16 +128,16 @@ class Page { $rtl = 'rtl'; } echo "bodyClass}\">"; - echo '
'; - $loaderParts = Layout::getLoaderDefault(); - echo $loaderParts['css']; - echo $loaderParts['html']; - echo '
'; - echo ''; echo ""; } diff --git a/plugin/Gallery/style.css b/plugin/Gallery/style.css index 37a5d7ae0f..10a4e1c3e0 100644 --- a/plugin/Gallery/style.css +++ b/plugin/Gallery/style.css @@ -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; diff --git a/view/channelHead.php b/view/channelHead.php index b9b5aec26a..90bca022a3 100644 --- a/view/channelHead.php +++ b/view/channelHead.php @@ -5,9 +5,6 @@ include $global['systemRootPath'] . 'plugin/YouPHPFlix2/view/modeFlixHead.php';