mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix sticky positioning on welcome screen
This commit is contained in:
parent
28cd4ebac4
commit
fb47ae0ec6
1 changed files with 10 additions and 12 deletions
|
|
@ -22,20 +22,18 @@ const WelcomeView = () => {
|
|||
|
||||
return (
|
||||
<div className="flex flex-col min-h-screen px-0 pb-5">
|
||||
<div className="flex-grow">
|
||||
<h2>Hi, I'm Roo!</h2>
|
||||
<p>
|
||||
I can do all kinds of tasks thanks to the latest breakthroughs in agentic coding capabilities and
|
||||
access to tools that let me create & edit files, explore complex projects, use the browser, and
|
||||
execute terminal commands (with your permission, of course). I can even use MCP to create new tools
|
||||
and extend my own capabilities.
|
||||
</p>
|
||||
<h2>Hi, I'm Roo!</h2>
|
||||
<p>
|
||||
I can do all kinds of tasks thanks to the latest breakthroughs in agentic coding capabilities and access
|
||||
to tools that let me create & edit files, explore complex projects, use the browser, and execute
|
||||
terminal commands (with your permission, of course). I can even use MCP to create new tools and extend
|
||||
my own capabilities.
|
||||
</p>
|
||||
|
||||
<b>To get started, this extension needs an API provider.</b>
|
||||
<b>To get started, this extension needs an API provider.</b>
|
||||
|
||||
<div className="mt-3">
|
||||
<ApiOptions fromWelcomeView />
|
||||
</div>
|
||||
<div className="mt-3">
|
||||
<ApiOptions fromWelcomeView />
|
||||
</div>
|
||||
|
||||
<div className="sticky bottom-0 bg-[var(--vscode-editor-background)] py-3">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue