Basic Linux/Windows integrated titlebar

This commit is contained in:
Gregory Schier
2024-01-13 23:40:32 -08:00
parent 2d72e5792e
commit 03a2fc8ee5
11 changed files with 133 additions and 60 deletions

View File

@@ -178,7 +178,7 @@ function HeaderSize({ className, ...props }: HeaderSizeProps) {
className={classNames(
className,
'h-md pt-[1px] flex items-center w-full pr-3 border-b',
platform?.osType === 'Darwin' && 'pl-20',
platform?.osType === 'Darwin' ? 'pl-20' : 'pl-1'
)}
{...props}
/>