Skip to content

Commit

Permalink
chore: minor layout adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Feb 20, 2024
1 parent ed1740b commit dc45db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/app/s/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default async function StrategyPage({
if (!strategyCreated) {
return (
<div className='w-full flex flex-col items-center justify-between h-full pt-16 pb-8 px-6'>
<div className='w-full max-w-screen-lg space-y-8'>
<div className='w-full max-w-screen-md space-y-8 px-2'>
<RealtimeLogs
logs={run.data.logs}
run={{ id: params.id, prompt: run.data.prompt }}
Expand Down
2 changes: 1 addition & 1 deletion web/components/RealtimeLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function RealtimeLogs(props: {
}
/>
</div>
<div className="space-y-2">
<div className="mx-auto max-w-screen-sm space-y-2">
{!hasErrored && (
<>
<TimeRemaining time={progressInformation.time} />
Expand Down

0 comments on commit dc45db9

Please sign in to comment.