Further titlebar tweaks

This commit is contained in:
Gregory Schier
2024-01-14 12:02:44 -08:00
parent 93cb469cb8
commit 488d66d248
2 changed files with 45 additions and 45 deletions

View File

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