diff options
| author | Adam <[email protected]> | 2025-10-16 14:01:49 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-16 14:07:37 -0500 |
| commit | 20229f147bbe5e096e1863391246eaaa798f40ce (patch) | |
| tree | 2946240638555779eb5e3e3148fc29bae6ab37e4 /packages/desktop/src/pages | |
| parent | 149cb6a9ec2a03db70332218f970be4f25ee5ba9 (diff) | |
| download | opencode-20229f147bbe5e096e1863391246eaaa798f40ce.tar.gz opencode-20229f147bbe5e096e1863391246eaaa798f40ce.zip | |
wip: css/ui and desktop work
Diffstat (limited to 'packages/desktop/src/pages')
| -rw-r--r-- | packages/desktop/src/pages/index.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/desktop/src/pages/index.tsx b/packages/desktop/src/pages/index.tsx index d520c8643..2e26eb0c2 100644 --- a/packages/desktop/src/pages/index.tsx +++ b/packages/desktop/src/pages/index.tsx @@ -225,10 +225,10 @@ export default function Page() { ) return ( - <div class="relative h-screen flex flex-col"> - <header class="h-12 shrink-0"></header> - <main class="h-[calc(100vh-3rem)] flex"> - <div class="hidden shrink-0 w-64"> + <div class="relative h-screen flex flex-col bg-background-weak"> + <header class="hidden h-12 shrink-0 bg-background-base border-b border-border-weak-base"></header> + <main class="h-[calc(100vh-0rem)] flex"> + <div class="shrink-0 w-70"> <SessionList /> </div> <div class="grow w-full min-w-0 overflow-y-auto flex justify-center"> |
