add time to now playing card

This commit is contained in:
geoffrey45
2022-08-02 18:55:09 +03:00
parent b618490676
commit deb65f3405
4 changed files with 39 additions and 17 deletions
@@ -1,4 +1,5 @@
<template>
<div class="hotkeys">
<div class="image ctrl-btn" id="previous" @click="q.playPrev"></div>
<div
@@ -17,6 +18,7 @@ const q = useQStore();
</script>
<style lang="scss">
.hotkeys {
display: grid;
grid-template-columns: repeat(3, 1fr);