Update VideoItem.vue

This commit is contained in:
Dragos 2022-09-05 20:50:27 +03:00 committed by GitHub
parent 84cafcc60c
commit 5b5fb626c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@
:src="video.uploaderAvatar"
loading="lazy"
:alt="video.uploaderName"
class="rounded-full mr-0.5 mt-0.5 w-32px h-32px"
class="mr-0.5 mt-0.5 w-32px h-32px"
width="68"
height="68"
/>
@ -115,16 +115,8 @@
<style>
.thumbnail-overlay {
@apply rounded-md absolute bg-black text-white bg-opacity-75 px-5px;
@apply absolute;
}
.thumbnail-right {
@apply bottom-5px right-5px;
}
.thumbnail-left {
@apply bottom-5px left-5px text-xs font-bold bg-red-600 uppercase;
}
.shorts-img {
@apply max-h-[17.5vh] w-full object-contain;
}