This commit is contained in:
Timothy Jaeryang Baek
2026-07-15 03:13:37 -04:00
parent d300522e96
commit 3ff20b210e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -364,7 +364,7 @@
<div class="flex w-full items-center">
<div class="flex items-center gap-1 py-1 min-w-0">
<span class="min-w-fit px-1 text-sm select-none">{$i18n.t('Notes')}</span>
<span class="text-xs text-gray-500 dark:text-gray-500">
<span class="text-sm text-gray-500 dark:text-gray-500">
{total ?? ''}
</span>
</div>
@@ -480,9 +480,9 @@
{@const groupedNotes = groupNotes(items)}
<div class="@container h-full my-1">
<div class="">
<div class="px-1">
{#each groupedNotes as [timeRange, notesList], idx}
<div class="w-full text-xs text-gray-500 dark:text-gray-500 px-2.5 pb-2.5">
<div class="w-full text-xs text-gray-500 dark:text-gray-500 pb-1">
{$i18n.t(timeRange)}
</div>
+1 -1
View File
@@ -285,7 +285,7 @@
<div class="flex w-full items-center">
<div class="flex items-center gap-1 py-1 min-w-0">
<span class="min-w-fit px-1 text-sm select-none">{$i18n.t('Automations')}</span>
<span class="text-xs text-gray-500 dark:text-gray-500">
<span class="text-sm text-gray-500 dark:text-gray-500">
{total ?? ''}
</span>
</div>