mirror of
https://github.com/anotherhadi/blog.git
synced 2026-05-20 05:32:32 +02:00
@@ -149,10 +149,9 @@
|
|||||||
transition:slide={{ duration: 180 }}
|
transition:slide={{ duration: 180 }}
|
||||||
>
|
>
|
||||||
{#each catNotes as note}
|
{#each catNotes as note}
|
||||||
<li>
|
<li class="tooltip tooltip-right w-full" data-tip={note.data.title}>
|
||||||
<a
|
<a
|
||||||
href={`/notes/${note.id}`}
|
href={`/notes/${note.id}`}
|
||||||
title={note.data.title}
|
|
||||||
class="flex items-center gap-1.5 px-2 py-1 rounded-md text-xs font-mono truncate transition-colors duration-150
|
class="flex items-center gap-1.5 px-2 py-1 rounded-md text-xs font-mono truncate transition-colors duration-150
|
||||||
{currentEntry && note.id === currentEntry.id
|
{currentEntry && note.id === currentEntry.id
|
||||||
? 'text-primary/90 bg-primary/10'
|
? 'text-primary/90 bg-primary/10'
|
||||||
|
|||||||
Reference in New Issue
Block a user