mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-13 10:30:56 +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}}/share.button.css">
|
||||||
<link rel="stylesheet" href="themes/{{$info->theme}}/brands.css">
|
<link rel="stylesheet" href="themes/{{$info->theme}}/brands.css">
|
||||||
<link rel="stylesheet" href="themes/{{$info->theme}}/skeleton-auto.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') ?>">
|
<link rel="stylesheet" href="<?php echo asset('themes/' . $info->theme . '/animations.css') ?>">
|
||||||
@else
|
@else
|
||||||
<link rel="stylesheet" href="{{ asset('littlelink/css/animations.css') }}">
|
<link rel="stylesheet" href="{{ asset('littlelink/css/animations.css') }}">
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@else
|
@else
|
||||||
<?php // override dark/light mode if override cookie is set
|
<?php // override dark/light mode if override cookie is set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user