diff --git a/app/views/account/transactions/bulk_edit.html.erb b/app/views/account/transactions/bulk_edit.html.erb index 6e7d03e3..02afa497 100644 --- a/app/views/account/transactions/bulk_edit.html.erb +++ b/app/views/account/transactions/bulk_edit.html.erb @@ -1,9 +1,9 @@ <%= turbo_frame_tag "bulk_transaction_edit_drawer" do %> + class="bg-white shadow-border-xs rounded-2xl max-h-[calc(100vh-32px)] h-full max-w-[480px] w-full mt-4 mr-4 ml-auto"> <%= styled_form_with url: bulk_update_account_transactions_path, scope: "bulk_update", class: "h-full", data: { turbo_frame: "_top" } do |form| %> -
+
diff --git a/app/views/shared/_drawer.html.erb b/app/views/shared/_drawer.html.erb index f92858d6..35e225c2 100644 --- a/app/views/shared/_drawer.html.erb +++ b/app/views/shared/_drawer.html.erb @@ -5,7 +5,7 @@ data-controller="modal" data-action="click->modal#clickOutside" data-modal-reload-on-close-value="<%= reload_on_close %>"> -
+
<%= lucide_icon("x", class: "w-5 h-5 shrink-0") %>