diff --git a/src/components/AddTaskButton.svelte b/src/components/AddTaskButton.svelte index cf7c9a6..b9587d4 100644 --- a/src/components/AddTaskButton.svelte +++ b/src/components/AddTaskButton.svelte @@ -59,12 +59,12 @@ xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" style=" - position: absolute; - left: {TASK_SIZE.width - 41/2 - 1}px; - top: {TASK_SIZE.height/2 - 41/2}px; - width: 41; - height: 41; - " + position: absolute; + left: {TASK_SIZE.width - 41/2 - 1}px; + top: {TASK_SIZE.height/2 - 41/2}px; + width: 41; + height: 41; + " > {/if} + +