This commit is contained in:
qier222 2021-05-18 15:20:19 +08:00
parent 8d68ee0ee3
commit c627f4684f
No known key found for this signature in database
GPG Key ID: 9C85007ED905F14D

View File

@ -431,6 +431,8 @@ export default {
align-items: center;
transition: all 0.5s;
z-index: 0;
.controls {
max-width: 54vh;
margin-top: 24px;
@ -573,6 +575,7 @@ export default {
font-weight: 600;
color: var(--color-text);
margin-right: 24px;
z-index: 0;
.lyrics-container {
height: 100%;
@ -589,7 +592,7 @@ export default {
border-radius: 12px;
&:hover {
background: var(--color-secondary-bg);
background: var(--color-secondary-bg-for-transparent);
}
span {