From f7e77e2b0af9b9cc1751c6a8d981de6150b5aeff Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 21 Feb 2024 16:02:42 +0700 Subject: [PATCH] Clean up layout --- .../components/layouts/app.html.heex | 148 +++++++++--------- .../components/layouts/root.html.heex | 4 +- 2 files changed, 77 insertions(+), 75 deletions(-) diff --git a/lib/polar_web/components/layouts/app.html.heex b/lib/polar_web/components/layouts/app.html.heex index a81be06..8412ad5 100644 --- a/lib/polar_web/components/layouts/app.html.heex +++ b/lib/polar_web/components/layouts/app.html.heex @@ -1,33 +1,62 @@ - +

diff --git a/lib/polar_web/components/layouts/root.html.heex b/lib/polar_web/components/layouts/root.html.heex index e975ce7..83decd1 100644 --- a/lib/polar_web/components/layouts/root.html.heex +++ b/lib/polar_web/components/layouts/root.html.heex @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ - + <%= @inner_content %>