mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Inverse color theme and reduce horizontal padding
This commit is contained in:
parent
7add9c9d8e
commit
acccbbdf21
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
v-if="video.duration"
|
v-if="video.duration"
|
||||||
class="uk-label uk-border-rounded uk-position-absolute uk-dark"
|
class="uk-label uk-border-rounded uk-position-absolute video-duration"
|
||||||
style="bottom: 5px; right: 5px; opacity: .95;"
|
style="bottom: 5px; right: 5px; background: rgba(0, 0, 0, .75); color: white; padding: 0 5px;"
|
||||||
>{{ timeFormat(video.duration) }}</span>
|
>{{ timeFormat(video.duration) }}</span>
|
||||||
</div>
|
</div>
|
||||||
<p>{{ video.title }}</p>
|
<p>{{ video.title }}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue