Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-09 20:38:51 +02:00
parent e664a80581
commit ee366520a3
3 changed files with 240 additions and 23 deletions

View File

@@ -85,17 +85,6 @@
$effect(() => loadTags(id));
</script>
<style>
.tag {
border: 1px solid orange;
border-radius: 5px;
padding: 5px;
}
.editor span {
min-width: 100px;
}
</style>
{#if error}
<span class="error">{error}</span>
{/if}