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

@@ -230,13 +230,13 @@ function clear_sess() {
max-w-7xl flex-col max-w-7xl flex-col
items-center justify-between gap-1 rounded-b-lg items-center justify-between gap-1 rounded-b-lg
border-b-2 bg-gray-200 p-1 px-2 border-b-2 bg-gray-200
pb-2 transition-all p-1 px-2
duration-1000 transition-all duration-1000
hover:opacity-100 sm:flex-row hover:opacity-100 sm:flex-row
sm:flex-wrap md:min-h-20 sm:flex-wrap md:min-h-14
dark:bg-gray-800 print:hidden dark:bg-gray-800 print:hidden
"> ">
@@ -244,8 +244,8 @@ function clear_sess() {
<!-- Be sure to explain what &AElig; (Aether) means in the title text or similar! --> <!-- Be sure to explain what &AElig; (Aether) means in the title text or similar! -->
<Satellite <Satellite
size="1.5em" size="1.5em"
class="mx-1 inline-block text-gray-500" /> class="mx-1 inline-block text-gray-500 dark:text-gray-400" />
<abbr title="Aether - Events Module"> Æ Events </abbr> <abbr title="Aether - Events Module" class="text-gray-500 dark:text-gray-400 font-semibold"> Æ Events </abbr>
</span> </span>
{#if !$ae_sess?.disable_sys_header} {#if !$ae_sess?.disable_sys_header}
<Element_data_store <Element_data_store
@@ -254,9 +254,11 @@ function clear_sess() {
{/if} {/if}
<a <a
href="/" href="/"
class="btn btn-sm preset-tonal-surface border-surface-500 hover:preset-filled-success-500 border"> class="btn btn-sm preset-tonal-surface border-surface-300-700 hover:border-surface-600-400 hover:preset-filled-primary-300-700 border">
<House /> <House
<span class="hidden md:inline"> Home </span> size="1.5em"
class="mx-1 inline-block text-gray-500 dark:text-gray-400" />
<span class="hidden md:inline text-gray-500 dark:text-gray-400"> Home </span>
</a> </a>
</nav> </nav>
{/if} {/if}

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"> 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-2"> 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"> <span class="flex flex-row flex-wrap items-center justify-center gap-1">
<select <select
bind:value={badges_loc.current.search_badge_type_code} bind:value={badges_loc.current.search_badge_type_code}