From 78dbb92b88ad60dbe2091bafc91a9a61335e4e0e Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Tue, 7 Mar 2023 15:05:33 +0100 Subject: [PATCH] Changed all CSS and JS assets to inline --- resources/views/littlelink.blade.php | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index 36d4cf0..940d111 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -102,11 +102,11 @@ if($customBackgroundExists == true){ - + @include('layouts.fonts') - - + + @if(file_exists(base_path("littlelink/images/").findFile('favicon'))) @else @@ -121,15 +121,15 @@ if($customBackgroundExists == true){ - + @if(theme('use_default_buttons') == "true") - + @else - + @endif - + @if(file_exists(base_path('themes/' . $info->theme . '/animations.css'))) - + @else @endif @@ -137,29 +137,29 @@ if($customBackgroundExists == true){ @else - - - + + + @if ($customBackgroundExists == true and $customBackgroundBrightness == 'dark') - + @elseif ($customBackgroundExists == true and $customBackgroundBrightness == 'light') - + @elseif ($color_scheme_override == 'dark') - + @elseif ($color_scheme_override == 'light') - + @elseif (config('advanced-config.theme') == 'dark') - + @elseif (config('advanced-config.theme') == 'light') - + @else - + @endif @endif @@ -265,7 +265,7 @@ function get_operating_system() { ?> @if($user_browser === 'Chrome' or get_operating_system() == 'mobile') - +
@@ -274,7 +274,7 @@ function get_operating_system() {
@endif - + @endif