Minor style changes
This commit is contained in:
@@ -85,7 +85,7 @@ import {
|
||||
});
|
||||
}}
|
||||
class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500">
|
||||
<Plus size="1em" class="mx-1" />
|
||||
<Plus size="1em" class="" />
|
||||
Add Presentation
|
||||
</button>
|
||||
{/if}
|
||||
@@ -102,7 +102,7 @@ import {
|
||||
class="preset-filled-success-100-900 rounded-lg px-4 text-3xl font-bold"
|
||||
title="Count {lq__event_presentation_obj_li.length ??
|
||||
'None'}">
|
||||
<ListOrdered size="1em" class="mx-4" />
|
||||
<ListOrdered size="1em" class="" />
|
||||
{lq__event_presentation_obj_li.length ?? 'None'}×
|
||||
</span>
|
||||
{/if}
|
||||
@@ -154,7 +154,7 @@ import {
|
||||
});
|
||||
}}
|
||||
class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500">
|
||||
<Plus size="1em" class="mx-1" />
|
||||
<Plus size="1em" class="" />
|
||||
Add Presenter
|
||||
</button>
|
||||
{/if}
|
||||
@@ -346,10 +346,10 @@ import {
|
||||
}}
|
||||
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}
|
||||
<EyeOff size="1em" class="mx-1" />
|
||||
<EyeOff size="1em" class="" />
|
||||
<span>Hide Description</span>
|
||||
{:else}
|
||||
<Eye size="1em" class="mx-1" />
|
||||
<Eye size="1em" class="" />
|
||||
<span>Show</span>
|
||||
{/if}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user