mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-08-21 05:01:25 +00:00
Some general improvements.
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user