mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- Shuffle - Favorities (remote) - Remove song for remote playlists (WIP)
This commit is contained in:
parent
04af1a227d
commit
8efa6a6439
10 changed files with 441 additions and 260 deletions
|
@ -284,6 +284,7 @@ img {
|
|||
}
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.bars-wrap {
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
|
@ -305,7 +306,10 @@ img {
|
|||
animation-delay: 0.5s;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.blink[data-loading='true'] {
|
||||
animation: blink infinite ease 1s;
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.5s ease;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue