Skip to content

Commit 6a8f607

Browse files
committed
styling chnages
1 parent a53ccc3 commit 6a8f607

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ui/user/src/lib/components/mcp/MyMcpServers.svelte

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,10 +737,10 @@
737737
<p class="text-md self-start">An issue occurred while launching the MCP server.</p>
738738
{/if}
739739

740-
<div class="flex w-full items-center gap-2">
740+
<div class="flex w-full flex-col items-center gap-2 md:flex-row">
741741
{#if hasConfigurableParent}
742742
<button
743-
class="button-primary w-1/2"
743+
class="button-primary w-full md:w-1/2 md:flex-1"
744744
onclick={() => {
745745
launching = false;
746746
launchError = undefined;
@@ -758,10 +758,12 @@
758758
}
759759
}}
760760
>
761-
Go Back
761+
Update Configuration and Try Again
762762
</button>
763763
{/if}
764-
<button class="button w-1/2 flex-1" onclick={handleCancelLaunch}> Cancel </button>
764+
<button class="button w-full md:w-1/2 md:flex-1" onclick={handleCancelLaunch}>
765+
Cancel and Delete Server
766+
</button>
765767
</div>
766768
{/snippet}
767769
</PageLoading>

0 commit comments

Comments
 (0)