Fixed spacing

This commit is contained in:
Julian Prieber 2022-05-31 14:16:05 +02:00
parent e98d942b04
commit f2103464d4
1 changed files with 3 additions and 3 deletions

View File

@ -62,11 +62,11 @@
<link rel="stylesheet" href="themes/{{$info->theme}}/share.button.css">
<link rel="stylesheet" href="themes/{{$info->theme}}/brands.css">
<link rel="stylesheet" href="themes/{{$info->theme}}/skeleton-auto.css">
@if(file_exists(asset('themes/' . $info->theme . '/animations.css')))
@if(file_exists(asset('themes/' . $info->theme . '/animations.css')))
<link rel="stylesheet" href="<?php echo asset('themes/' . $info->theme . '/animations.css') ?>">
@else
@else
<link rel="stylesheet" href="{{ asset('littlelink/css/animations.css') }}">
@endif
@endif
@else
<?php // override dark/light mode if override cookie is set