Skip to content

Commit fa4a147

Browse files
committed
Minor: Display: Improve installer styling details
1 parent 889449f commit fa4a147

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

assets/vue/AppInstaller.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</main>
243243
</div>
244244
<footer class="text-center">
245-
<p v-html="installerData.poweredBy" />
245+
<p class="text-white" v-html="installerData.poweredBy" />
246246
</footer>
247247
</template>
248248

assets/vue/components/installer/Step4.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
v-if="installerData.stepData.dbExists"
129129
:closable="false"
130130
severity="warn"
131+
style="margin-bottom: 8px;"
131132
>
132133
<span v-html="t('A database with the name already exists. It will be <b>deleted</b>.')" />
133134
</Message>

assets/vue/components/installer/Step7.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<Message
2727
:closable="false"
2828
severity="warn"
29+
style="margin-bottom: 8px;"
2930
>
3031
<strong v-t="'Security advice'" />
3132

@@ -34,7 +35,7 @@
3435
tag="p"
3536
>
3637
<code>config/</code>
37-
<code>main/install/</code>
38+
<code>public/main/install/</code>
3839
</i18n-t>
3940
</Message>
4041

0 commit comments

Comments
 (0)