build: v1.5.2; fix: spotify favorites playlist not showing in Favorites page until the refresh button is clicked (closes #21); refactor: favorites logic
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
width: 156px;
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation: spin 500ms infinite ease-out reverse;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
|
||||
Reference in New Issue
Block a user