flippable cards

This commit is contained in:
valere
2025-10-03 09:44:30 +02:00
parent 43b1a11027
commit fef1a8c234
5 changed files with 82 additions and 31 deletions

View File

@@ -36,3 +36,13 @@ watch(
}
)
</script>
<style scoped>
audio {
transition: all 1s;
}
audio[src=""] {
@apply -bottom-1.5 opacity-0
}
</style>