Merge branch '1.23.X'

# Conflicts:
#	package-lock.json
This commit is contained in:
Louis Lam
2023-09-18 03:26:59 +08:00
8 changed files with 38 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
/>
</div>
<div
v-if="size !== 'small' && beatList.length > 4 && $root.styleElapsedTime !== 'none'"
v-if="!$root.isMobile && size !== 'small' && beatList.length > 4 && $root.styleElapsedTime !== 'none'"
class="d-flex justify-content-between align-items-center word" :style="timeStyle"
>
<div>{{ timeSinceFirstBeat }} ago</div>