lint
This commit is contained in:
parent
3df9744d79
commit
65282bf5ea
1 changed files with 1 additions and 2 deletions
|
|
@ -16,14 +16,13 @@ export function Header({ context, embedded = false }) {
|
|||
return (
|
||||
<header
|
||||
id="header"
|
||||
|
||||
className={cx(
|
||||
'flex-none text-black z-[100] text-lg select-none h-20 md:h-14',
|
||||
!isZen && !isEmbedded && 'bg-lineHighlight',
|
||||
isZen ? 'h-12 w-8 fixed top-0 left-0' : 'sticky top-0 w-full py-1 justify-between',
|
||||
isEmbedded ? 'flex' : 'md:flex',
|
||||
)}
|
||||
style={{fontFamily}}
|
||||
style={{ fontFamily }}
|
||||
>
|
||||
<div className="px-4 flex space-x-2 md:pt-0 select-none">
|
||||
<h1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue