mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: load more button
This commit is contained in:
parent
8a185aa678
commit
a0f9f8dabb
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue