1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/plugin/YouPHPFlix2/view/modeFlixHead.php
2023-06-30 08:55:17 -03:00

13 lines
No EOL
391 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('node_modules/flickity/dist/flickity.min.css'); ?>" rel="stylesheet" type="text/css" />
<style>
<?php
if (isMobile()) {
?>
#carouselRows .posterDetails {
height: 100% !important;
}
<?php
}
?>
</style>