add tooltip component

This commit is contained in:
Gregor Vostrak
2025-11-12 18:01:02 +01:00
parent 4676af9b40
commit d77048a7dd
10 changed files with 94 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ const organization = inject<ComputedRef<Organization>>('organization');
showDate
? 'text-xs py-1.5 font-semibold'
: 'text-sm py-1.5 font-medium',
organization?.time_format === '12-hours' ? 'w-[150px]' : 'w-[90px]',
organization?.time_format === '12-hours' ? 'w-[160px]' : 'w-[100px]',
open && 'border-card-border bg-card-background'
)
">