This commit is contained in:
vapormusic 2022-01-04 13:44:18 +07:00
parent 54f197e1e3
commit a1284adad1
4 changed files with 112 additions and 35 deletions

View file

@ -1556,34 +1556,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
font-weight: bold;
font-size: 26px;
}
.lyric-footer {
bottom: 0;
height: 50px;
width: 100%;
position: absolute;
z-index: 1000;
opacity: 1;
background: rgba(30, 30, 30, 0.8);
justify-content: center;
align-items: center;
display: none;
transition: opacity 0.1s var(--appleEase);
}
.lyric-body:hover + .lyric-footer, .lyric-footer:hover {
display: flex;
}
.modular-fs .app-drawer .lyric-footer {
background: rgba(30, 30, 30, 0.3);
display: flex;
opacity: 0.3;
}
.modular-fs .app-drawer .lyric-footer:hover {
opacity: 1;
}
.lyric-line {
--bgSpeed: 1s;