From 15e729f4b868fa2333eb2542f43ce8ee633b92fc Mon Sep 17 00:00:00 2001 From: Michael Pietsch Date: Tue, 20 Apr 2021 23:49:57 +0200 Subject: [PATCH] fix css when not runnin in webroot directory (#9445) Co-authored-by: Michael Pietsch --- resources/views/layouts/default.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index ee5d45072..81f7a54c6 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -28,7 +28,7 @@ {{-- stylesheets --}} - + @if (($snipeSettings) && ($snipeSettings->allow_user_skin==1) && Auth::check() && Auth::user()->present()->skin != '') @else