Minor style changes

This commit is contained in:
Scott Idem
2026-06-15 13:23:58 -04:00
parent fa30acf31c
commit b6d162c66e

View File

@@ -85,7 +85,7 @@ import {
}); });
}} }}
class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500"> class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500">
<Plus size="1em" class="mx-1" /> <Plus size="1em" class="" />
Add Presentation Add Presentation
</button> </button>
{/if} {/if}
@@ -102,7 +102,7 @@ import {
class="preset-filled-success-100-900 rounded-lg px-4 text-3xl font-bold" class="preset-filled-success-100-900 rounded-lg px-4 text-3xl font-bold"
title="Count {lq__event_presentation_obj_li.length ?? title="Count {lq__event_presentation_obj_li.length ??
'None'}"> 'None'}">
<ListOrdered size="1em" class="mx-4" /> <ListOrdered size="1em" class="" />
{lq__event_presentation_obj_li.length ?? 'None'}&times; {lq__event_presentation_obj_li.length ?? 'None'}&times;
</span> </span>
{/if} {/if}
@@ -154,7 +154,7 @@ import {
}); });
}} }}
class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500"> class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500">
<Plus size="1em" class="mx-1" /> <Plus size="1em" class="" />
Add Presenter Add Presenter
</button> </button>
{/if} {/if}
@@ -346,10 +346,10 @@ import {
}} }}
class="btn btn-sm preset-tonal-surface hover:preset-filled-surface-500 text-xs"> class="btn btn-sm preset-tonal-surface hover:preset-filled-surface-500 text-xs">
{#if $events_sess.pres_mgmt.show_content__presentation_description == event_presentation_obj.event_presentation_id} {#if $events_sess.pres_mgmt.show_content__presentation_description == event_presentation_obj.event_presentation_id}
<EyeOff size="1em" class="mx-1" /> <EyeOff size="1em" class="" />
<span>Hide Description</span> <span>Hide Description</span>
{:else} {:else}
<Eye size="1em" class="mx-1" /> <Eye size="1em" class="" />
<span>Show</span> <span>Show</span>
{/if} {/if}
</button> </button>