mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Fix for YouTube page
This commit is contained in:
parent
fb9a8449d0
commit
401ee91cf7
1 changed files with 3 additions and 0 deletions
|
@ -13,7 +13,10 @@
|
|||
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"/>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@master/distr/fira_code.css"/>
|
||||
|
||||
<?php if (!strpos($_SERVER['REQUEST_URI'], 'youtube/')): ?>
|
||||
<link rel="stylesheet" href="/components/dist/index.css"/>
|
||||
<?php endif ?>
|
||||
|
||||
<?php foreach (Response::getCssAssets() as $src): ?>
|
||||
<link rel="stylesheet" href="<?php echo $src?>"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue