mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
closes #137, improve a11y
This commit is contained in:
parent
6133a796fc
commit
acdadc6c89
9 changed files with 153 additions and 137 deletions
|
@ -108,7 +108,11 @@ onMounted(() => {
|
|||
:title="title"
|
||||
@show="e => (showPl = e)" />
|
||||
|
||||
<div class="song card flex pop" @click="openSong($event.target)">
|
||||
<div
|
||||
class="song card flex pop"
|
||||
tabindex="0"
|
||||
@click="openSong($event.target)"
|
||||
@keydown.enter="openSong($event.target)">
|
||||
<img class="pop-2 bg-img song-bg" loading="lazy" :src="art" alt />
|
||||
|
||||
<span class="flex content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue