Hotfix css desktop

This commit is contained in:
Johnnybegood90
2026-03-14 00:07:10 +01:00
parent 96c9835a27
commit ca25d5000b
+1 -1
View File
@@ -15,7 +15,7 @@
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Barlow+Condensed:wght@300;400;600;700&display=swap" rel="stylesheet">
<?php
$css_dir = __DIR__ . '/../css/';
$css_files = ['base', 'grid', 'mobile', 'topbar', 'player', 'modals', 'search', 'program', 'favorites', 'updater'];
$css_files = ['base', 'topbar', 'grid', 'mobile', 'player', 'modals', 'search', 'program', 'favorites', 'updater'];
echo "<style>\n";
foreach ($css_files as $file) {
echo file_get_contents($css_dir . $file . '.css') . "\n";