I would like to allow a controller to define the size of the modal dynamically.
Currently, the modal is defined in app/views/shared/_modal.html.erb There is a turbo-frame tag with the id main-modal-content for the general modal.
An example of a response that the server can make: app/views/instruction/refuse_authorization_requests/new.html.erb
Note that there is the same main-modal-content turbo-frame.