mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(desktop): layout regression
This commit is contained in:
parent
673c6f97b7
commit
23ebc50da9
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ export default function Page() {
|
||||||
const showTabs = createMemo(() => diffs().length > 0 || tabs().all().length > 0)
|
const showTabs = createMemo(() => diffs().length > 0 || tabs().all().length > 0)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="relative bg-background-base size-full overflow-x-hidden flex flex-col">
|
<div class="relative bg-background-base size-full overflow-hidden flex flex-col">
|
||||||
<div class="min-h-0 grow w-full flex">
|
<div class="min-h-0 grow w-full flex">
|
||||||
{/* Session pane - always visible */}
|
{/* Session pane - always visible */}
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue