Style clean up. Making things nicer again.

This commit is contained in:
Scott Idem
2026-04-02 21:31:58 -04:00
parent 055bbd9ffd
commit d80202e35b
3 changed files with 91 additions and 47 deletions

View File

@@ -155,11 +155,11 @@ function toggle_details(id: string) {
{#if session_obj?.hide}
<EyeOff
size="1em"
class="flex-none text-gray-400" />
class="text-gray-400" />
{:else}
<Presentation
size="1em"
class="text-primary-500 flex-none" />
class="text-primary-500" />
{/if}
<span class="flex-1">{session_obj?.name}</span>