mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 09:20:11 +08:00
fix: bug #675
This commit is contained in:
parent
8d68ee0ee3
commit
c627f4684f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user