feat: make highlighted log id and date bigger
All checks were successful
create archive with lfs / tag (push) Successful in 8s
All checks were successful
create archive with lfs / tag (push) Successful in 8s
This commit is contained in:
parent
2cf880b683
commit
7dc0c68d7f
@ -39,8 +39,9 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
{#each data.notes as [noteId, note], index}
|
{#each data.notes as [noteId, note], index}
|
||||||
|
{@const isHighlighted = noteId === data.highlightedNote}
|
||||||
<div class="text-wrap break-words max-w-[70ch] leading-none">
|
<div class="text-wrap break-words max-w-[70ch] leading-none">
|
||||||
<Token v={renderDate(note.published)} small/> <Token v={noteId} keywd small/><Token v="#" punct/> <Token v={note.content} str/>
|
<Token v={renderDate(note.published)} small={!isHighlighted}/> <Token v={noteId} keywd small={!isHighlighted}/><Token v="#" punct/> <Token v={note.content} str/>
|
||||||
</div>
|
</div>
|
||||||
{#if index < data.notes.size - 1}
|
{#if index < data.notes.size - 1}
|
||||||
<div class="mt-3"/>
|
<div class="mt-3"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user