Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed May 14, 2019
1 parent dc19d55 commit 657718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/YouPHPFlix2/YouPHPFlix2.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getHeadCode() {
if(!empty($obj->youtubeModeOnFullscreen) && !empty($_GET['videoName'])){
$css .= '<link href="' . $global['webSiteRootURL'] . 'plugin/YouPHPFlix2/view/css/fullscreen.css" rel="stylesheet" type="text/css"/>';

$css .= '<style>.container-fluid {overflow: visible;padding: 0;}#mvideo{padding: 0 !important;.VideoLogoOverlay: margin-top: 60px !important;}</style>';
$css .= '<style>.container-fluid {overflow: visible;padding: 0;}#mvideo{padding: 0 !important;.VideoLogoOverlay: margin-top: 70px !important;}</style>';

}
if(!empty($obj->youtubeModeOnFullscreen)){
Expand Down

0 comments on commit 657718d

Please sign in to comment.