From ca25d5000b6de2c949796bc858c414d550007d38 Mon Sep 17 00:00:00 2001 From: Johnnybegood90 Date: Sat, 14 Mar 2026 00:07:10 +0100 Subject: [PATCH] Hotfix css desktop --- src/tpl/head.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tpl/head.php b/src/tpl/head.php index 6e1ea29..f202358 100644 --- a/src/tpl/head.php +++ b/src/tpl/head.php @@ -15,7 +15,7 @@ \n"; foreach ($css_files as $file) { echo file_get_contents($css_dir . $file . '.css') . "\n";