Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 15, 2024
1 parent 2a16b11 commit 3620436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ee/tabby-ui/app/(home)/components/thread-feeds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function ThreadFeeds({
}}
style={{ width: '100%' }}
>
<div className="relative flex flex-col gap-3 text-sm min-h-[40.25rem]">
<div className="relative flex min-h-[40.25rem] flex-col gap-3 text-sm">
{threads.map(t => {
return <ThreadItem data={t} key={t.node.id} />
})}
Expand All @@ -184,7 +184,7 @@ export function ThreadFeeds({
)}
</div>
{showPagination && (
<Pagination className={cn('flex justify-end items-center')}>
<Pagination className={cn('flex items-center justify-end')}>
<PaginationContent>
<span className="flex w-[64px] items-center justify-start text-sm font-medium">
Page {page}
Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function MainPanel() {

{showMainSection && (
<main
className="flex-col items-center justify-center pt-16 lg:flex pb-4"
className="flex-col items-center justify-center pb-4 pt-16 lg:flex"
ref={elementRef}
>
<div className="mx-auto flex w-full flex-col items-center gap-6 px-10 lg:-mt-[2vh] lg:max-w-4xl lg:px-0">
Expand Down

0 comments on commit 3620436

Please sign in to comment.