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" :src="video.uploaderAvatar"
loading="lazy" loading="lazy"
:alt="video.uploaderName" :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" width="68"
height="68" height="68"
/> />
@ -115,16 +115,8 @@
<style> <style>
.thumbnail-overlay { .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 { .shorts-img {
@apply max-h-[17.5vh] w-full object-contain; @apply max-h-[17.5vh] w-full object-contain;
} }