diff --git a/public/img/DeArrow.svg b/public/img/DeArrow.svg new file mode 100644 index 0000000000..d2d351d263 --- /dev/null +++ b/public/img/DeArrow.svg @@ -0,0 +1,54 @@ + + + diff --git a/src/App.vue b/src/App.vue index e3319c1d1d..390022dd71 100644 --- a/src/App.vue +++ b/src/App.vue @@ -312,4 +312,8 @@ h2 { .thumbnail-left { @apply bottom-5px left-5px text-xs font-bold bg-red-600 uppercase; } + +.thumbnail-top-right { + @apply top-5px right-5px; +} diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index 19d76a7d0a..a414cd54d3 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -14,13 +14,20 @@ > -
+
diff --git a/src/components/VideoThumbnail.vue b/src/components/VideoThumbnail.vue index 6341da6d69..687fed7cad 100644 --- a/src/components/VideoThumbnail.vue +++ b/src/components/VideoThumbnail.vue @@ -1,12 +1,28 @@