Give more space above the universal search input
This commit is contained in:
@@ -16,7 +16,7 @@ defmodule MusicLibraryWeb.UniversalSearchLive.Index do
|
|||||||
open={@show_modal}
|
open={@show_modal}
|
||||||
on_close={JS.push("close_modal", value: %{}, target: "#universal-search")}
|
on_close={JS.push("close_modal", value: %{}, target: "#universal-search")}
|
||||||
>
|
>
|
||||||
<form class="mt-4 text-sm" phx-change="search" phx-submit="search" phx-target={@myself}>
|
<form class="mt-6 text-sm" phx-change="search" phx-submit="search" phx-target={@myself}>
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<.icon
|
<.icon
|
||||||
name="hero-magnifying-glass"
|
name="hero-magnifying-glass"
|
||||||
|
|||||||
Reference in New Issue
Block a user