Add click animation to .pop

This commit is contained in:
Denevola 2022-09-24 03:01:54 +09:00
parent b9d84f2534
commit 437e3ebd2f
3 changed files with 15 additions and 15 deletions

View file

@ -38,9 +38,6 @@ defineEmits(['open-album']);
padding: 1rem;
margin: auto;
}
.card:hover {
background-color: var(--color-background);
}
.card-bg {
--grad: v-bind('grad || rand');
height: 13rem;