Better titlebar control icons

This commit is contained in:
Gregory Schier
2024-01-14 11:56:21 -08:00
parent 03a2fc8ee5
commit 93cb469cb8
5 changed files with 46 additions and 12 deletions

View File

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