Some general improvements.

This commit is contained in:
FireMasterK
2021-12-27 14:46:36 +00:00
parent b6d5fabeca
commit ea7669c863
6 changed files with 48 additions and 23 deletions

View File

@@ -81,7 +81,7 @@
<hr />
<button class="btn" @click="showDesc = !showDesc">
<button class="btn mb-2" @click="showDesc = !showDesc">
{{ showDesc ? $t("actions.minimize_description") : $t("actions.show_description") }}
</button>
<!-- eslint-disable-next-line vue/no-v-html -->