Skip to content

Commit

Permalink
adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion authored Sep 29, 2023
1 parent 6846b3c commit 4622b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/video/VideoCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@

<!-- Video duration/music indicator (👻❌) -->
<div v-if="!isPlaceholder" class="d-flex flex-column align-end">
<!-- Show music icon if songs exist -->
<!-- Show music icon if songs exist, and song count if there's multiple -->
<div
v-if="data.songcount"
class="video-duration"
class="video-duration d-flex align-center"
:title="songIconTitle"
>
{{ songCount }}
Expand Down

0 comments on commit 4622b22

Please sign in to comment.