Skip to content

Commit 4a22cdf

Browse files
committed
styling chnages
1 parent 0e4e3eb commit 4a22cdf

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
@@ -738,10 +738,10 @@
738738
<p class="text-md self-start">An issue occurred while launching the MCP server.</p>
739739
{/if}
740740

741-
<div class="flex w-full items-center gap-2">
741+
<div class="flex w-full flex-col items-center gap-2 md:flex-row">
742742
{#if hasConfigurableParent}
743743
<button
744-
class="button-primary w-1/2"
744+
class="button-primary w-full md:w-1/2 md:flex-1"
745745
onclick={() => {
746746
launching = false;
747747
launchError = undefined;
@@ -759,10 +759,12 @@
759759
}
760760
}}
761761
>
762-
Go Back
762+
Update Configuration and Try Again
763763
</button>
764764
{/if}
765-
<button class="button w-1/2 flex-1" onclick={handleCancelLaunch}> Cancel </button>
765+
<button class="button w-full md:w-1/2 md:flex-1" onclick={handleCancelLaunch}>
766+
Cancel and Delete Server
767+
</button>
766768
</div>
767769
{/snippet}
768770
</PageLoading>

0 commit comments

Comments
 (0)