Skip to content

Commit

Permalink
next: fixed summary icon size and indention for multi line items.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Mar 1, 2025
1 parent 07f1eb9 commit de6ba4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</div>

{#if source.data.Path}
<Muted class="ml-6 hidden sm:block">
<ChevronRight class="inline" />
<Muted class="hidden sm:block">
<ChevronRight class="inline size-4" />
<span class="line-clamp-1 inline">{source.data.Path}</span>
</Muted>
{/if}
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</div>

{#if source.data.Path}
<Muted class="ml-6 hidden sm:block">
<ChevronRight class="inline" />
<Muted class="hidden sm:block">
<ChevronRight class="inline size-4" />
<span class="line-clamp-1 inline">{source.data.Path}</span>
</Muted>
{/if}
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</div>

{#if source.data.Path}
<Muted class="ml-6 hidden sm:block">
<ChevronRight class="inline" />
<Muted class="hidden sm:block">
<ChevronRight class="inline size-4" />
<span class="line-clamp-1 inline">{source.data.Path}</span>
</Muted>
{/if}
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</div>

{#if source.data.Path}
<Muted class="ml-6 hidden sm:block">
<ChevronRight class="inline" />
<Muted class="hidden sm:block">
<ChevronRight class="inline size-4" />
<span class="line-clamp-1 inline">{source.data.Path}</span>
</Muted>
{/if}

0 comments on commit de6ba4b

Please sign in to comment.