cosmetic changes
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div
|
||||
class="{primary
|
||||
? 'bg-primary text-white'
|
||||
: 'border border-input-border'} px-2 py-1 rounded-full flex items-center gap-1"
|
||||
: 'border border-input-border bg-menu-item-background-hover'} px-2 py-1 rounded-full flex items-center gap-1"
|
||||
>
|
||||
<span class="text-sm">{text}</span>
|
||||
{#if closable}
|
||||
|
||||
@@ -226,9 +226,9 @@
|
||||
<section class="border-b border-input-border p-8">
|
||||
<div class="flex justify-between items-center gap-x-4">
|
||||
{#if trail.expand?.tags && trail.expand.tags.length > 0}
|
||||
<div class="flex flex-wrap gap-2 text-gray-600">
|
||||
<div class="flex flex-wrap gap-2">
|
||||
{#each trail.expand.tags as tag}
|
||||
<Chip text={tag.name}></Chip>
|
||||
<Chip text={tag.name} primary={false}></Chip>
|
||||
{/each}
|
||||
</div>
|
||||
{/if}
|
||||
@@ -236,7 +236,7 @@
|
||||
<div
|
||||
class="flex {trail.public && trailIsShared
|
||||
? 'w-16'
|
||||
: 'w-8'} h-8 rounded-full items-center justify-center"
|
||||
: 'w-8'} h-8 rounded-full items-center"
|
||||
>
|
||||
{#if trail.public && pb.authStore.record}
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user