Skip to content

Commit 3745a7c

Browse files
committed
make download button responsive
1 parent b1d70a5 commit 3745a7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ScriptPreview.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ const hasValidationErrors = computed(() => {
2929
<template>
3030
<main class="flex flex-1 flex-col p-6 lg:p-12">
3131
<div class="mx-auto flex h-full w-full max-w-6xl flex-col gap-6">
32-
<div class="flex items-center justify-between">
32+
<div class="flex flex-col sm:flex-row sm:items-center justify-between gap-4">
3333
<div>
3434
<h2 class="text-base-content text-3xl font-extrabold">Generated Script</h2>
35-
<p class="text-base-content/70 mt-1">Copy or download your setup script below:</p>
35+
<p class="text-base-content/70 mt-1">View your setup script below:</p>
3636
</div>
3737
<div
3838
:class="{ tooltip: hasValidationErrors }"

0 commit comments

Comments
 (0)