mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
13 lines
No EOL
412 B
PHP
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>
|