We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca4d6e commit 1ce7bceCopy full SHA for 1ce7bce
resources/js/components/Upcoming.vue
@@ -18,7 +18,7 @@
18
<template v-else>Fallback Track</template>
19
</div>
20
21
- <div class="col-auto text-secondary">{{ formatMs(song.length) }}</div>
+ <div class="col-auto text-secondary song-length">{{ formatMs(song.length) }}</div>
22
<div class="col-auto text-center">
23
<div class="row">
24
<template v-if="can_downvote == 1">
@@ -81,7 +81,6 @@
81
82
</template>
83
<style>
84
-
85
.list-move,
86
.list-enter-active,
87
.list-leave-active {
@@ -93,9 +92,14 @@
93
92
opacity: 0;
94
transform: translateX(30px);
95
}
+
96
97
position: absolute;
98
99
100
+ .song-length {
101
+ padding-right: 1rem;
102
+ }
103
</style>
104
<script>
105
import { VueEternalLoading } from '@ts-pro/vue-eternal-loading';
0 commit comments