feat: add like albums & follow artists function

This commit is contained in:
qier222 2020-10-26 15:46:02 +08:00
parent 81ec2fe6b9
commit 2f41e0237d
28 changed files with 461 additions and 145 deletions

View file

@ -137,8 +137,7 @@ nav {
left: 12px;
}
&:hover {
background: var(--color-primary-bg);
color: var(--color-primary);
background: var(--color-secondary-bg);
}
&:active {
transform: scale(0.92);