From 75e8ff3bfd2c1a10a85eef520fd2555ef28902eb Mon Sep 17 00:00:00 2001 From: surtic86 Date: Wed, 25 Feb 2026 20:46:39 +0100 Subject: [PATCH] Fix share page password unlock button and full-width buttons Move form wrapper outside x-card so the submit button renders inside the form DOM, and add w-full to all share page action buttons for consistent full-width styling. Co-Authored-By: Claude Opus 4.6 --- resources/views/livewire/share-download.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/livewire/share-download.blade.php b/resources/views/livewire/share-download.blade.php index 337fdc3..59940f2 100644 --- a/resources/views/livewire/share-download.blade.php +++ b/resources/views/livewire/share-download.blade.php @@ -13,8 +13,8 @@ @if (! $authenticated) {{-- Password form --}} - -
+ + - + - -
+
+ @else {{-- File list --}} @@ -53,12 +53,12 @@ @if ($share->files->count() > 1) - + {{ __('Download All as ZIP') }} @else - + {{ __('Download') }}