Fix header padding windows/linux

This commit is contained in:
Gregory Schier
2023-11-19 18:14:49 -08:00
parent 5f810a1b4c
commit 7975ef0699

View File

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