We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ca12f commit 570c411Copy full SHA for 570c411
lib/algora_web/components/core_components.ex
@@ -567,7 +567,7 @@ defmodule AlgoraWeb.CoreComponents do
567
phx-click={JS.push("lv:clear-flash", value: %{key: @kind}) |> hide("##{@id}")}
568
role="alert"
569
class={[
570
- "fixed bottom-4 left-1/2 -translate-x-1/2 z-[1000] hidden w-80 rounded-lg p-3 shadow-md ring-1 sm:w-96",
+ "fixed bottom-4 left-1/2 -translate-x-1/2 z-[1000] hidden w-80 rounded-lg p-3 shadow-md ring-1 sm:w-auto",
571
@kind == :info &&
572
"bg-emerald-950 fill-success-foreground text-success-foreground ring ring-success/70",
573
@kind == :warning &&
0 commit comments