- Added Authentication for Piped Accounts
- Localization
This commit is contained in:
Shiny Nematoda 2022-09-03 06:27:27 +00:00
parent 8548a3646e
commit de6572eee4
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
26 changed files with 1045 additions and 596 deletions

View file

@ -53,7 +53,7 @@ onMounted(() => {
</script>
<template>
<div class="song card flex pop" @click="openSong($event.target)">
<div class="pop-2 bg-img song-bg"></div>
<img class="pop-2 bg-img song-bg" loading="lazy" :src="art" alt />
<span class="flex content">
<h4>{{ title }}</h4>
@ -120,7 +120,6 @@ span.bi-three-dots-vertical {
}
.song-bg {
--grad: v-bind('rand');
--art: v-bind('art || rand');
width: 120px;
height: 120px;
}