import optimization, minor css improvement

This commit is contained in:
2025-08-02 20:34:14 +02:00
parent 947187224f
commit d7687373a6
11 changed files with 31 additions and 36 deletions

View File

@@ -100,13 +100,13 @@
{/if}
<div class="taglist">
<span class="tag editor">
<input type="text" bind:value={newTag} onkeyup={typed} autofocus />
</span>
{#each tags as tag,idx}
<span class="tag">
<span onclick={() => show(tag)}>{tag}</span>
<button onclick={() => drop(tag)} class="symbol"></button>
</span>
{/each}
<span class="tag editor">
<input type="text" bind:value={newTag} onkeyup={typed} autofocus />
</span>
</div>