mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix: zen mode lost border
This commit is contained in:
@@ -48,9 +48,8 @@ export function MainPanel({ context, isEmbedded = false, className }) {
|
||||
<nav
|
||||
id="header"
|
||||
className={cx(
|
||||
'border-b border-muted',
|
||||
'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' : '',
|
||||
'flex items-center',
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user