mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 23:04:55 +00:00
finally
This commit is contained in:
@@ -30,22 +30,13 @@ export function Header() {
|
||||
|
||||
return (
|
||||
<box flexShrink={0}>
|
||||
{/*<box
|
||||
height={1}
|
||||
border={["top"]}
|
||||
borderColor={theme.backgroundPanel}
|
||||
customBorderChars={{
|
||||
...EmptyBorder,
|
||||
horizontal: "▄",
|
||||
}}
|
||||
/>*/}
|
||||
{/*<box
|
||||
<box
|
||||
height={1}
|
||||
border={["left"]}
|
||||
borderColor={theme.border}
|
||||
customBorderChars={{
|
||||
...EmptyBorder,
|
||||
vertical: theme.backgroundPanel.a !== 0 ? "╹" : " ",
|
||||
vertical: theme.backgroundPanel.a !== 0 ? "╻" : " ",
|
||||
}}
|
||||
>
|
||||
<box
|
||||
@@ -56,7 +47,7 @@ export function Header() {
|
||||
theme.backgroundPanel.a !== 0
|
||||
? {
|
||||
...EmptyBorder,
|
||||
horizontal: "▀",
|
||||
horizontal: "▄",
|
||||
}
|
||||
: {
|
||||
...EmptyBorder,
|
||||
@@ -64,7 +55,7 @@ export function Header() {
|
||||
}
|
||||
}
|
||||
/>
|
||||
</box>*/}
|
||||
</box>
|
||||
<box
|
||||
border={["left"]}
|
||||
borderColor={theme.border}
|
||||
|
||||
Reference in New Issue
Block a user