summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-16 23:23:18 +0000
committerDavid Hill <[email protected]>2025-12-16 23:23:18 +0000
commita0f9f8dabb42979911107fc3630bda1867549415 (patch)
tree5d49cf734848b1943052adf5c1f8023884ddb620
parent8a185aa67844ca74ef07ed424257f7fbbc55abe6 (diff)
downloadopencode-a0f9f8dabb42979911107fc3630bda1867549415.tar.gz
opencode-a0f9f8dabb42979911107fc3630bda1867549415.zip
fix: load more button
-rw-r--r--packages/desktop/src/pages/layout.tsx7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/desktop/src/pages/layout.tsx b/packages/desktop/src/pages/layout.tsx
index aba435332..bed8950c7 100644
--- a/packages/desktop/src/pages/layout.tsx
+++ b/packages/desktop/src/pages/layout.tsx
@@ -589,12 +589,11 @@ export default function Layout(props: ParentProps) {
</div>
</Show>
<Show when={hasMoreSessions()}>
- <div class="relative w-full pl-4 pr-2 py-1">
+ <div class="relative w-full py-1">
<Button
variant="ghost"
- class="w-full text-12-regular text-text-muted"
- size="small"
- icon="plus-small"
+ class="flex w-full text-left justify-start text-12-medium opacity-50 px-3.5"
+ size="large"
onClick={loadMoreSessions}
>
Load more