From 6f847b903332d336dacddc79b7397dcc8da79876 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sun, 20 Oct 2024 10:06:06 -0500 Subject: [PATCH] fix:mobile improvements --- resources/views/api/api-token-manager.blade.php | 2 +- resources/views/components/partials/side-bar.blade.php | 6 +++--- resources/views/components/section-border.blade.php | 6 +++--- resources/views/import-export.blade.php | 2 +- resources/views/profile/show.blade.php | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/views/api/api-token-manager.blade.php b/resources/views/api/api-token-manager.blade.php index bba903b..d161ca0 100644 --- a/resources/views/api/api-token-manager.blade.php +++ b/resources/views/api/api-token-manager.blade.php @@ -48,7 +48,7 @@ @if ($this->user->tokens->isNotEmpty()) - +
diff --git a/resources/views/components/partials/side-bar.blade.php b/resources/views/components/partials/side-bar.blade.php index 9d8b6ca..abb2df9 100644 --- a/resources/views/components/partials/side-bar.blade.php +++ b/resources/views/components/partials/side-bar.blade.php @@ -22,7 +22,7 @@
-
+
@@ -30,7 +30,7 @@ $user = auth()->user(); @endphp - + @@ -40,7 +40,7 @@ - +
diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index a073db2..c5f0d85 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -5,7 +5,7 @@ @if (Laravel\Fortify\Features::canUpdateProfileInformation()) @livewire('profile.update-profile-information-form') - + @endif @if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords())) @@ -13,7 +13,7 @@ @livewire('profile.update-password-form')
- + @endif @if (Laravel\Fortify\Features::canManageTwoFactorAuthentication()) @@ -21,7 +21,7 @@ @livewire('profile.two-factor-authentication-form')
- + @endif
@@ -29,7 +29,7 @@
@if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures()) - +
@livewire('profile.delete-user-form')