mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Add click animation to Genres, Modal, Playlists
This commit is contained in:
parent
437e3ebd2f
commit
f207b2f4dc
3 changed files with 12 additions and 0 deletions
|
@ -62,10 +62,14 @@ defineEmits(['playthis']);
|
|||
margin: 0.125rem;
|
||||
border-radius: 0.25rem;
|
||||
background: var(--color-background);
|
||||
transition: background-color 0.1s ease;
|
||||
}
|
||||
.pl-item:hover {
|
||||
background: var(--color-background-soft);
|
||||
}
|
||||
.pl-item:active {
|
||||
background: var(--color-border);
|
||||
}
|
||||
.pl-main {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue