diff --git a/plugin/Gallery/style.css b/plugin/Gallery/style.css index efdd7d74ec..0f14ded9e2 100644 --- a/plugin/Gallery/style.css +++ b/plugin/Gallery/style.css @@ -101,3 +101,25 @@ h3.galleryTitle{ .fixPadding{ padding: 0 5px; } + + +.popover { + left: 5px !important; + color: inherit !important; +} +.popover-content { + height: 160px !important; +} +.popover-content, .popover-content>div{ + font-size: 1.3em !important; + white-space: normal !important; + width: auto; + color: inherit !important; +} +.popover-content>div{ + overflow-y: auto; + height: 140px; +} +.aligned-row{ + overflow: visible !important; +} \ No newline at end of file diff --git a/plugin/Gallery/view/modeGallery.php b/plugin/Gallery/view/modeGallery.php index d05dbe7f59..58c1841f83 100644 --- a/plugin/Gallery/view/modeGallery.php +++ b/plugin/Gallery/view/modeGallery.php @@ -11,8 +11,6 @@ require_once '../videos/configuration.php'; require_once $global['systemRootPath'] . 'objects/user.php'; require_once $global['systemRootPath'] . 'objects/functions.php'; -$obj = YouPHPTubePlugin::getObjectData("Gallery"); - if (!empty($_GET['type'])) { if ($_GET['type'] == 'audio') { $_SESSION['type'] = 'audio'; @@ -56,37 +54,13 @@ $totalPages = ceil($total / $_POST['rowCount']); - - -
-