mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
Merge pull request #2233 from Bnyro/master
Fix minor video layout issues
This commit is contained in:
commit
3e4cd1a162
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user