@@ -1008,26 +1008,31 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
1008
1008
{ showAnnouncement && < Announcement version = { version } hideAnnouncement = { hideAnnouncement } /> }
1009
1009
{ messages . length === 0 && (
1010
1010
< >
1011
- < div className = "max-w-2xl mx-auto w-full h-[calc(100vh-270px)] text-center flex flex-col justify-center" >
1012
- < div className = "w-full text-center flex flex-col items-center justify-center relative gap-5" >
1013
- < img src = { splashIcon } alt = "..." />
1014
- < div className = "w-[300px] flex-col justify-start items-start gap-5 inline-flex" >
1011
+ < div className = "absolute top-0 left-0 my-1 w-full h-[calc(100vh-210px)] text-center flex flex-col justify-center" >
1012
+ < div className = "w-full h-[700px] text-center flex flex-col items-center justify-center relative gap-5" >
1013
+ < div className = "flex-1 flex absolute bottom-[260px] items-center justify-center" >
1014
+ < img src = { splashIcon } alt = "..." />
1015
+ </ div >
1016
+ < div className = "w-[300px] h-[240px] absolute bottom-0 overflow-hidden flex-col justify-start items-start gap-5 inline-flex" >
1015
1017
< div className = "flex flex-col text-left" >
1016
1018
< div className = "text-2xl" > PearAI Coding Agent</ div >
1017
1019
< div className = "h-[18px] opacity-50 text-xs leading-[18px]" >
1018
1020
Powered by Roo Code / Cline
1019
1021
</ div >
1020
1022
</ div >
1021
- </ div >
1022
- < div className = "w-[300px] text-left opacity-50 text-xs leading-[18px]" >
1023
- Autonomous coding agent that has access to your development environment (with
1024
- your permission) for a feedback loop to add features, fix bugs, and more.
1023
+ < div className = "flex flex-col gap-5 h-[100px] overflow-hidden" >
1024
+ < div className = "w-[300px] text-left opacity-50 text-xs leading-[18px]" >
1025
+ Autonomous coding agent that has access to your development environment
1026
+ (with your permission) for a feedback loop to add features, fix bugs,
1027
+ and more.
1028
+ </ div >
1029
+ </ div >
1025
1030
</ div >
1026
1031
</ div >
1027
1032
</ div >
1028
1033
</ >
1029
1034
) }
1030
- { taskHistory . length > 0 && < HistoryPreview showHistoryView = { showHistoryView } /> }
1035
+ { /* { taskHistory.length > 0 && <HistoryPreview showHistoryView={showHistoryView} /> } */ }
1031
1036
</ div >
1032
1037
) }
1033
1038
0 commit comments