Uniform size and positioning of all modals

This commit is contained in:
Claudio Ortolina
2025-08-26 17:15:24 +03:00
parent 16452731c6
commit 0f58341f6d
8 changed files with 24 additions and 10 deletions
@@ -101,8 +101,9 @@
<.modal
:if={@live_action in [:new, :edit]}
class="min-w-sm md:min-w-2xl max-w-3xl"
id="scrobble_rule-modal"
class="md:min-w-2xl max-w-sm md:max-w-3xl mt-8"
placement="top"
open
on_close={JS.patch(~p"/scrobble-rules")}
>