fullscreen lyrics now have animated background
This commit is contained in:
parent
e087129b01
commit
3bf8aabd27
1 changed files with 6 additions and 4 deletions
|
@ -3354,10 +3354,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
|
|
||||||
.bgArtworkMaterial {
|
.bgArtworkMaterial {
|
||||||
display: block;
|
display: block;
|
||||||
top: -50%;
|
&::before {
|
||||||
left: -20%;
|
top: -50%;
|
||||||
width: 200VH;
|
left: -20%;
|
||||||
height: 200VH;
|
width: 200VH;
|
||||||
|
height: 200VH;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.lyric-body {
|
.lyric-body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue