import optimization, minor css improvement
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user