Minor style fix and char change
This commit is contained in:
@@ -82,9 +82,9 @@ function handle_qr_scan_result(event: {
|
|||||||
handle_search_trigger();
|
handle_search_trigger();
|
||||||
})}
|
})}
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
class="search_form bg-primary-50-950 border-primary-100-900 flex w-full max-w-7xl flex-col sm:flex-row flex-wrap items-center justify-center gap-1 rounded-lg px-2 py-2 shadow-md md:px-12">
|
class="search_form bg-primary-50-950 border-primary-100-900 flex w-full max-w-7xl flex-col sm:flex-row flex-wrap items-center justify-center gap-2 rounded-lg px-2 py-2 shadow-md md:px-12">
|
||||||
<div
|
<div
|
||||||
class="flex grow flex-col md:flex-row flex-wrap items-center justify-center gap-1">
|
class="flex grow flex-col md:flex-row flex-wrap items-center justify-center gap-2">
|
||||||
{#if $ae_loc.trusted_access}
|
{#if $ae_loc.trusted_access}
|
||||||
<span class="flex flex-row flex-wrap items-center justify-center gap-1">
|
<span class="flex flex-row flex-wrap items-center justify-center gap-1">
|
||||||
<select
|
<select
|
||||||
@@ -130,7 +130,7 @@ function handle_qr_scan_result(event: {
|
|||||||
|
|
||||||
<input
|
<input
|
||||||
type="search"
|
type="search"
|
||||||
placeholder="affiliations"
|
placeholder="Affiliations"
|
||||||
bind:value={badges_loc.current.qry_affiliations}
|
bind:value={badges_loc.current.qry_affiliations}
|
||||||
onkeyup={(e) => {
|
onkeyup={(e) => {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user