From 0e05c15555db2094f28f21789aa6c1ac21f0d73c Mon Sep 17 00:00:00 2001 From: Daniel Savory Date: Sat, 11 Jan 2025 14:23:39 +1100 Subject: [PATCH] half-responsive design --- lib/wild_web/components/layouts/app.html.heex | 2 +- lib/wild_web/components/layouts/root.html.heex | 8 +++++++- lib/wild_web/live/index.html.heex | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/lib/wild_web/components/layouts/app.html.heex b/lib/wild_web/components/layouts/app.html.heex index 5fbc721..7179030 100644 --- a/lib/wild_web/components/layouts/app.html.heex +++ b/lib/wild_web/components/layouts/app.html.heex @@ -1,5 +1,5 @@
-
+
<.flash_group flash={@flash} /> {@inner_content}
diff --git a/lib/wild_web/components/layouts/root.html.heex b/lib/wild_web/components/layouts/root.html.heex index 84a3e27..5065160 100644 --- a/lib/wild_web/components/layouts/root.html.heex +++ b/lib/wild_web/components/layouts/root.html.heex @@ -12,7 +12,13 @@