diff options
| author | David Hill <[email protected]> | 2026-01-16 13:38:52 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-16 13:38:52 +0000 |
| commit | 21012fab4bc10236ea9dc960592eb761da9aeae3 (patch) | |
| tree | b392974a54a93f9c3774a1c4121973be9f73157b | |
| parent | 9a71a73f509c728dbd4459d0ff0b0909f770e6b9 (diff) | |
| download | opencode-21012fab4bc10236ea9dc960592eb761da9aeae3.tar.gz opencode-21012fab4bc10236ea9dc960592eb761da9aeae3.zip | |
fix: load more label alignment
| -rw-r--r-- | packages/app/src/pages/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx index 925f7bf87..47287b05d 100644 --- a/packages/app/src/pages/layout.tsx +++ b/packages/app/src/pages/layout.tsx @@ -1204,7 +1204,7 @@ export default function Layout(props: ParentProps) { <div class="relative w-full py-1"> <Button variant="ghost" - class="flex w-full text-left justify-start text-14-regular text-text-weak px-10" + class="flex w-full text-left justify-start text-14-regular text-text-weak pl-9 pr-10" size="large" onClick={(e: MouseEvent) => { loadMore() @@ -1256,7 +1256,7 @@ export default function Layout(props: ParentProps) { <div class="relative w-full py-1"> <Button variant="ghost" - class="flex w-full text-left justify-start text-14-regular text-text-weak px-10" + class="flex w-full text-left justify-start text-14-regular text-text-weak pl-9 pr-10" size="large" onClick={(e: MouseEvent) => { loadMore() |
