This commit is contained in:
2021-11-22 01:58:09 +01:00
parent 12d2b3b99e
commit 2f86c4169f
7 changed files with 18 additions and 20 deletions

View File

@@ -23,12 +23,6 @@
onMount(() => set('day', 0)())
</script>
<style>
.spacer {
width: 0.5em;
}
</style>
<div class="flex items-center">
<div class="btn-group">
<button class="btn btn-sm" on:click={all}>All</button>
@@ -43,3 +37,9 @@
<DateInput bind:date={end} />
</div>
</div>
<style>
.spacer {
width: 0.5em;
}
</style>