intelliwaketssveltekitv25 0.1.190 → 0.1.191
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Calendar.svelte
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
role="button">
|
|
95
95
|
<ListGroupItems {listItems} />
|
|
96
96
|
{#if !!customDateRange}
|
|
97
|
-
<div class="overflow-hidden ml-4">
|
|
97
|
+
<div class="overflow-hidden ml-4 mr-2">
|
|
98
98
|
<div class="grid grid-cols-[1fr_auto_1fr] gap-1 my-2 overflow-hidden">
|
|
99
99
|
<div class="mx-auto border-b-2 border-transparent"
|
|
100
100
|
class:border-b-secondary-light={!applyRangeToSecondDate}>{DateOnly(customDateRange.start, { formatLocale: true })}</div>
|