fix:mobile improvements

This commit is contained in:
hackerESQ
2024-10-20 10:06:06 -05:00
parent 2802a018b9
commit 6f847b9033
5 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
@if (Laravel\Fortify\Features::canUpdateProfileInformation())
@livewire('profile.update-profile-information-form')
<x-section-border />
<x-section-border hide-on-mobile />
@endif
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords()))
@@ -13,7 +13,7 @@
@livewire('profile.update-password-form')
</div>
<x-section-border />
<x-section-border hide-on-mobile />
@endif
@if (Laravel\Fortify\Features::canManageTwoFactorAuthentication())
@@ -21,7 +21,7 @@
@livewire('profile.two-factor-authentication-form')
</div>
<x-section-border />
<x-section-border hide-on-mobile />
@endif
<div class="mt-10 sm:mt-0">
@@ -29,7 +29,7 @@
</div>
@if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures())
<x-section-border />
<x-section-border hide-on-mobile />
<div class="mt-10 sm:mt-0">
@livewire('profile.delete-user-form')