More subtle style clean up
This commit is contained in:
@@ -104,12 +104,13 @@ function toggle_details(id: string) {
|
||||
{:else if visible_session_obj_li.length > 0}
|
||||
<header
|
||||
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
|
||||
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
|
||||
class="text-gray-400 dark:text-gray-600">×</span>
|
||||
class="text-surface-800-200">×</span>
|
||||
</span>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user