mobile improvements

This commit is contained in:
Helena
2025-09-18 10:17:07 +03:00
parent d85b028bda
commit 3f3fbad556
7 changed files with 12 additions and 52 deletions

View File

@@ -34,10 +34,10 @@ function Calendar({
nav_button_previous: 'absolute left-1',
nav_button_next: 'absolute right-1',
table: 'w-full border-collapse space-y-1',
head_row: 'flex',
head_row: 'flex justify-evenly',
head_cell:
'text-muted-foreground rounded-md w-9 font-normal text-[0.8rem]',
row: 'flex w-full mt-2',
row: 'flex w-full mt-2 justify-evenly',
cell: 'text-center text-sm p-0 relative [&:has([aria-selected])]:bg-accent first:[&:has([aria-selected])]:rounded-l-md last:[&:has([aria-selected])]:rounded-md focus-within:relative focus-within:z-20',
day: cn(
buttonVariants({ variant: 'ghost' }),