mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
add transition to queue track list
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
.now-playing-track-indicator {
|
||||
background-image: url(../../assets/icons/playing.gif);
|
||||
transition: all 0.3s ease-in-out;
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
border-radius: 50%;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
// paddings
|
||||
.pad-smaller {
|
||||
padding: $smaller;
|
||||
}
|
||||
|
||||
.pad-small {
|
||||
padding: $small;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user