|
|
@ -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 {
|
|
|
|