mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 07:29:40 +02:00
Fix header padding windows/linux
This commit is contained in:
@@ -176,7 +176,7 @@ function HeaderSize({ className, ...props }: HeaderSizeProps) {
|
|||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
className,
|
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',
|
platform?.osType === 'Darwin' && 'pl-20',
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user