Automatically recognize the writing direction of the description

See https://github.com/mmjee/Piped-Material/pull/129
This commit is contained in:
M86xKC
2023-12-29 02:40:22 +03:00
committed by root
parent 0c2c5905a1
commit cf01df17fb
+1 -1
View File
@@ -104,7 +104,7 @@
</div>
</div>
</router-link>
<div class="mt-4" v-html="video.description" />
<div class="mt-4" dir="auto" v-html="video.description" />
<v-divider class="my-4" />
<div class="mt-4" v-if="showDesc && sponsors && sponsors.segments">
Sponsors Segments: {{ sponsors.segments.length }}