From 00192ecb9351b2f1f606d67b15ea686bb53f40b6 Mon Sep 17 00:00:00 2001 From: DevStyles Date: Thu, 6 Jun 2024 00:44:07 +0200 Subject: [PATCH] Responsive Dashboard fixes - Fix breakpoints of dashboard layout - Fix buttons getting to small in service section --- dashboard/index.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/index.blade.php b/dashboard/index.blade.php index 545bda6..06da8f8 100644 --- a/dashboard/index.blade.php +++ b/dashboard/index.blade.php @@ -14,13 +14,13 @@ @push('widgets')
-
+
@include(Theme::path('layouts.widgets.user_balance'))
@endpush @section('container') -
+
@include(Theme::path('layouts.widgets.service_stats'))
@@ -28,7 +28,7 @@
+ class="flex flex-col items-center justify-between space-y-3 border-b p-4 dark:border-gray-700 xl:flex-row lg:space-x-4 lg:space-y-0">
{!! __('client.your_services') !!}
@@ -57,7 +57,7 @@ class="tooltip invisible absolute z-10 inline-block rounded-lg bg-gray-900 px-3 @endif
-
+