fix: zen mode lost border
This commit is contained in:
parent
4993ec4cbf
commit
f99b13efc2
1 changed files with 1 additions and 2 deletions
|
|
@ -48,9 +48,8 @@ export function MainPanel({ context, isEmbedded = false, className }) {
|
||||||
<nav
|
<nav
|
||||||
id="header"
|
id="header"
|
||||||
className={cx(
|
className={cx(
|
||||||
'border-b border-muted',
|
|
||||||
'flex-none text-black z-[100] text-sm select-none min-h-10 max-h-10',
|
'flex-none text-black z-[100] text-sm select-none min-h-10 max-h-10',
|
||||||
!isZen && !isEmbedded && 'bg-lineHighlight',
|
!isZen && !isEmbedded && 'border-b border-muted bg-lineHighlight',
|
||||||
isZen ? 'h-12 w-8 fixed top-0 left-0' : '',
|
isZen ? 'h-12 w-8 fixed top-0 left-0' : '',
|
||||||
'flex items-center',
|
'flex items-center',
|
||||||
className,
|
className,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue