mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Fix window methods on Linux/Windows
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user