More subtle style clean up

This commit is contained in:
Scott Idem
2026-06-15 18:05:14 -04:00
parent 8b1bf64740
commit d193004882

View File

@@ -104,12 +104,13 @@ function toggle_details(id: string) {
{:else if visible_session_obj_li.length > 0} {:else if visible_session_obj_li.length > 0}
<header <header
class="mb-2 flex w-full flex-row items-center justify-start gap-2 px-2"> class="mb-2 flex w-full flex-row items-center justify-start gap-2 px-2">
<h2 class="text-sm font-normal text-gray-500">Sessions:</h2> <h2 class="text-sm font-normal text-gray-500">Sessions found:</h2>
<span <span
class="badge preset-tonal-success px-3 py-1 text-lg font-bold"> class="preset-filled-surface-300-700 rounded-lg px-4 text-xl font-bold">
<Presentation size="1em" class="text-surface-800-200" />
{visible_session_obj_li.length}<span {visible_session_obj_li.length}<span
class="text-gray-400 dark:text-gray-600">&times;</span> class="text-surface-800-200">&times;</span>
</span> </span>
</header> </header>