Inverse color theme and reduce horizontal padding

This commit is contained in:
carlssonemil 2021-07-21 08:47:03 +02:00
parent 7add9c9d8e
commit acccbbdf21

View file

@ -12,8 +12,8 @@
/>
<span
v-if="video.duration"
class="uk-label uk-border-rounded uk-position-absolute uk-dark"
style="bottom: 5px; right: 5px; opacity: .95;"
class="uk-label uk-border-rounded uk-position-absolute video-duration"
style="bottom: 5px; right: 5px; background: rgba(0, 0, 0, .75); color: white; padding: 0 5px;"
>{{ timeFormat(video.duration) }}</span>
</div>
<p>{{ video.title }}</p>