From 95e11d45d59fe734a1e04aa3f24f8bdfc6bbc466 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 29 Nov 2024 08:29:21 +0000 Subject: [PATCH] Tighten navigation menu on mobile --- lib/music_library_web/components/layouts/app.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index c53a0557..ddb0d136 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -2,7 +2,7 @@
-
+
<.link navigate={~p"/"} class={section_link_classes(assigns[:nav_section], :stats)}> <%= gettext("Stats") %>