Fix window methods on Linux/Windows

This commit is contained in:
Gregory Schier
2023-04-27 16:27:02 -07:00
parent 2a4889bc01
commit f3ff0b660b
2 changed files with 15 additions and 11 deletions

View File

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