mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Automatically recognize the writing direction of the description
See https://github.com/mmjee/Piped-Material/pull/129
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user