summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-24 12:32:02 -0500
committerAdam <[email protected]>2025-10-24 12:32:02 -0500
commit9ae3d74adc4f3da0b7ad8a680bd23f8dada70387 (patch)
treec3a709c0a31821646cf546d6d1db0dd14cad1088
parent477b6c584d6a5faf11659354b444a67d7f591dd4 (diff)
downloadopencode-9ae3d74adc4f3da0b7ad8a680bd23f8dada70387.tar.gz
opencode-9ae3d74adc4f3da0b7ad8a680bd23f8dada70387.zip
wip: desktop work
-rw-r--r--packages/desktop/src/pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/pages/index.tsx b/packages/desktop/src/pages/index.tsx
index 0d2dc0fd3..d7f32096e 100644
--- a/packages/desktop/src/pages/index.tsx
+++ b/packages/desktop/src/pages/index.tsx
@@ -383,7 +383,7 @@ export default function Page() {
return (
<Tooltip placement="right" value={session.title}>
<div>
- <div class="flex items-center self-stretch gap-6">
+ <div class="flex items-center self-stretch gap-6 justify-between">
<span class="text-14-regular text-text-strong overflow-hidden text-ellipsis truncate">
{session.title}
</span>