Style clean up. Making things nicer again.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user