mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Added Authentication for Piped Accounts - Localization
This commit is contained in:
parent
8548a3646e
commit
de6572eee4
26 changed files with 1045 additions and 596 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue