add transition to queue track list

This commit is contained in:
geoffrey45
2022-08-12 12:49:33 +03:00
parent 59905f7afe
commit a32d8fe66c
8 changed files with 66 additions and 32 deletions
-1
View File
@@ -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%;
+4
View File
@@ -1,4 +1,8 @@
// paddings
.pad-smaller {
padding: $smaller;
}
.pad-small {
padding: $small;
}