Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit eb5ff5b

Browse files
committed
Tweak alignment
1 parent abcbf6f commit eb5ff5b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

webview-ui/src/components/welcome/WelcomeViewProvider.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const WelcomeViewProvider = () => {
291291
if (selectedProvider === null) {
292292
return (
293293
<Tab>
294-
<TabContent className="flex flex-col gap-4 p-6 justify-center">
294+
<TabContent className="relative flex flex-col gap-4 p-6 justify-center">
295295
<RooHero />
296296
<h2 className="mt-0 mb-0 text-xl">{t("welcome:landing.greeting")}</h2>
297297

@@ -313,12 +313,12 @@ const WelcomeViewProvider = () => {
313313
</VSCodeLink>
314314
</div>
315315

316-
<div className="mt-2">
317-
<VSCodeLink
316+
<div className="absolute bottom-6 left-6">
317+
<button
318318
onClick={() => vscode.postMessage({ type: "importSettings" })}
319-
className="cursor-pointer">
319+
className="cursor-pointer bg-transparent border-none p-0 text-vscode-foreground hover:underline">
320320
{t("welcome:importSettings")}
321-
</VSCodeLink>
321+
</button>
322322
</div>
323323
</TabContent>
324324
</Tab>

0 commit comments

Comments
 (0)