From e0c0828444cb786b564c16590460361ab8ccc53f Mon Sep 17 00:00:00 2001 From: shibao Date: Mon, 31 Jan 2022 22:40:07 -0500 Subject: [PATCH] make topbar slightly more responsive --- lib/cannery_web/component/topbar.ex | 9 +++++---- lib/cannery_web/templates/layout/topbar.html.eex | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/cannery_web/component/topbar.ex b/lib/cannery_web/component/topbar.ex index 95815149..eb8a4ad1 100644 --- a/lib/cannery_web/component/topbar.ex +++ b/lib/cannery_web/component/topbar.ex @@ -13,7 +13,7 @@ defmodule CanneryWeb.Component.Topbar do %{results: [], title_content: nil, flash: nil, current_user: nil} |> Map.merge(assigns) ~H""" -
+