Move flash messages to the left

As the application makes heavy use of right-hand sheets, flash messages
are often lost.
This commit is contained in:
Claudio Ortolina
2026-05-03 08:52:26 +01:00
parent 3e74577a3a
commit db7e50d68b
@@ -152,7 +152,7 @@
<LiveToast.toast_group
flash={@flash}
kinds={[:error, :warning, :info]}
corner={:top_right}
corner={:top_left}
connected={assigns[:socket] != nil}
toasts_sync={assigns[:toasts_sync]}
toast_class_fn={&toast_class_fn/1}