There was an error while loading. Please reload this page.
1 parent b1d70a5 commit 3745a7cCopy full SHA for 3745a7c
1 file changed
src/components/ScriptPreview.vue
@@ -29,10 +29,10 @@ const hasValidationErrors = computed(() => {
29
<template>
30
<main class="flex flex-1 flex-col p-6 lg:p-12">
31
<div class="mx-auto flex h-full w-full max-w-6xl flex-col gap-6">
32
- <div class="flex items-center justify-between">
+ <div class="flex flex-col sm:flex-row sm:items-center justify-between gap-4">
33
<div>
34
<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>
+ <p class="text-base-content/70 mt-1">View your setup script below:</p>
36
</div>
37
<div
38
:class="{ tooltip: hasValidationErrors }"
0 commit comments