diff --git a/client/src/components/VideoResult.vue b/client/src/components/VideoResult.vue index f76cb39..8adb806 100644 --- a/client/src/components/VideoResult.vue +++ b/client/src/components/VideoResult.vue @@ -5,7 +5,8 @@ - {{ formattedDuration }} + LIVE + {{ formattedDuration }} @@ -80,18 +81,27 @@ border-radius: 3px; } - .duration { + .duration, + .live-info { position: absolute; padding: 2px 5px; right: 5px; bottom: 5px; display: inline-block; - background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 11px; border-radius: 3px; } + .duration { + background-color: rgba(0, 0, 0, 0.7); + } + + .live-info { + background-color: rgba(224, 8, 8 ,.8); + font-weight: $font-semibold; + } + @media screen and (max-width: $small-view) { --thumbnail-width: calc(100% + 10px); --thumbnail-height: auto;