Skip to content

Commit

Permalink
[cooppilot-front] UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lonestone committed Nov 29, 2024
1 parent dbc45ba commit a45f484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const ChatEntries = forwardRef<ChatEntriesRef, ChatEntriesProps>(
return (
<div
id="list-view"
className="justify-end space-y-4 md-pt-0 pt-4"
className="justify-end space-y-4 pt-16"
ref={scrollableElemRef}
>
{Array.isArray(entriesAfterCleanup) &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Prompt({
<form
className={cn(
"relative flex gap-4 overflow-hidden focus-within:ring-1 focus-within:ring-ring",
"rounded-full pl-2 pr-1",
"rounded-[1.7rem] pl-2 pr-1",
"bg-[#f7f5f5]",
"relative"
)}
Expand Down

0 comments on commit a45f484

Please sign in to comment.