diff --git a/resources/assets/sass/custom/_app.scss b/resources/assets/sass/custom/_app.scss index dd1e6e7a..3eca2ad1 100644 --- a/resources/assets/sass/custom/_app.scss +++ b/resources/assets/sass/custom/_app.scss @@ -178,6 +178,10 @@ code { display: none !important; } +.btn-cloud .btn { + margin: 2px; +} + .link-thumbnail { box-shadow: inset 0 0 1px $secondary; display: flex; diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 60729f10..cb1098da 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -124,7 +124,7 @@ class="badge border-0 {{ $stats['total_broken_links'] > 0 ? 'bg-danger' : 'bg-se @lang('list.recent_lists') -
+
@forelse($recent_lists as $list) {{ $list->name }} @@ -145,7 +145,7 @@ class="badge border-0 {{ $stats['total_broken_links'] > 0 ? 'bg-danger' : 'bg-se @lang('tag.recent_tags')
-
+