Fix callsign search input alignment

This commit is contained in:
Graham McIntire 2026-04-01 10:35:10 -05:00
parent 7e65327e84
commit b46d592411
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -82,8 +82,8 @@ defmodule MicrowavepropWeb.QsoLive.Index do
</.header> </.header>
<form phx-submit="search" class="mb-4"> <form phx-submit="search" class="mb-4">
<div class="flex gap-2"> <div class="flex items-center gap-2">
<.input <input
name="search" name="search"
value={@search} value={@search}
placeholder="Search by callsign..." placeholder="Search by callsign..."