mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 04:27:47 +01:00
Fixed spacing
This commit is contained in:
parent
e98d942b04
commit
f2103464d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user