From a7dd33d6a16c677349d532fe2b0780c93c52a9bd Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 2 Oct 2023 03:51:35 +0000 Subject: [PATCH] Very rough save search box working on mobile --- app/views/_tailwind/applications/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/_tailwind/applications/show.html.erb b/app/views/_tailwind/applications/show.html.erb index dcdd949ed..16d922ae3 100644 --- a/app/views/_tailwind/applications/show.html.erb +++ b/app/views/_tailwind/applications/show.html.erb @@ -107,9 +107,9 @@ <%# TODO: Only show this block if we don't have an alert covering this area? %> -
+
<%# TODO: Is h2 correct here? %> -
+

Save this search as an email alert?

<% if current_user.nil? %>

@@ -131,7 +131,7 @@ <% end %> <% end %>

- <%= image_tag "tailwind/illustration/save-search.svg", class: "self-end" %> + <%= image_tag "tailwind/illustration/save-search.svg", class: "self-end md:pt-14" %>