Cleaning up the styles and some permissions

This commit is contained in:
Scott Idem
2026-04-07 18:53:22 -04:00
parent ae9cdaf9f1
commit f34074cdd6
2 changed files with 12 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ function handle_qr_scan_result(event: {
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
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 && $ae_loc.edit_mode) || $ae_loc.manager_access}
<span class="flex flex-row flex-wrap items-center justify-center gap-1">
<select
bind:value={badges_loc.current.search_badge_type_code}