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 32c7312 commit 3dc31c2
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 @@ -74,7 +74,7 @@ public function getHeadCode() {

}
if(!empty($obj->youtubeModeOnFullscreen)){
$css .= '<style>body.fullScreen{overflow: hidden;.VideoLogoOverlay: margin-top: 70px !important;}</style>';
$css .= '<style>body.fullScreen{overflow: hidden;}.VideoLogoOverlay{margin-top: 70px !important};</style>';
}
return $css;
}
Expand Down

0 comments on commit 3dc31c2

Please sign in to comment.