mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bug #675
This commit is contained in:
parent
8d68ee0ee3
commit
c627f4684f
1 changed files with 4 additions and 1 deletions
|
|
@ -431,6 +431,8 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
|
|
||||||
|
z-index: 0;
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
max-width: 54vh;
|
max-width: 54vh;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
|
@ -573,6 +575,7 @@ export default {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
|
z-index: 0;
|
||||||
|
|
||||||
.lyrics-container {
|
.lyrics-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -589,7 +592,7 @@ export default {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--color-secondary-bg);
|
background: var(--color-secondary-bg-for-transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue