Merge pull request #2233 from Bnyro/master

Fix minor video layout issues
This commit is contained in:
Bnyro 2023-03-19 15:35:31 +01:00 committed by GitHub
commit 3e4cd1a162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,6 @@
v-if="item.uploaderAvatar" v-if="item.uploaderAvatar"
:src="item.uploaderAvatar" :src="item.uploaderAvatar"
loading="lazy" loading="lazy"
:alt="item.uploaderName"
class="rounded-full mr-0.5 mt-0.5 w-32px h-32px" class="rounded-full mr-0.5 mt-0.5 w-32px h-32px"
width="68" width="68"
height="68" height="68"
@ -92,7 +91,7 @@
</div> </div>
</div> </div>
<div> <div class="flex items-center gap-2.5">
<router-link <router-link
:to="{ :to="{
path: '/watch', path: '/watch',