1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/plugin/YouPHPFlix2/view/modeFlixHead.php
2022-02-14 10:29:21 -03:00

13 lines
No EOL
412 B
PHP

<link href="<?php echo getURL('view/js/webui-popover/jquery.webui-popover.min.css'); ?>" rel="stylesheet" type="text/css" />
<link href="<?php echo getURL('plugin/YouPHPFlix2/view/js/flickity/flickity.min.css'); ?>" rel="stylesheet" type="text/css" />
<style>
<?php
if (isMobile()) {
?>
#carouselRows .posterDetails {
height: 100% !important;
}
<?php
}
?>
</style>