diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index 56e8b499..90e27236 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -10,13 +10,26 @@ }, }" > - +
+ + + @@ -108,6 +121,13 @@ .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; +} diff --git a/src/locales/en.json b/src/locales/en.json index 63d77357..bcb7574d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -105,7 +105,8 @@ "sponsor_segments": "Sponsors Segments", "ratings_disabled": "Ratings Disabled", "chapters": "Chapters", - "live": "{0} Live" + "live": "{0} Live", + "shorts": "Shorts" }, "search": { "did_you_mean": "Did you mean: {0}?",