fullscreen lyrics now have animated background

This commit is contained in:
booploops 2022-01-03 20:53:40 -08:00
parent e087129b01
commit 3bf8aabd27

View file

@ -3354,11 +3354,13 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.bgArtworkMaterial { .bgArtworkMaterial {
display: block; display: block;
&::before {
top: -50%; top: -50%;
left: -20%; left: -20%;
width: 200VH; width: 200VH;
height: 200VH; height: 200VH;
} }
}
.lyric-body { .lyric-body {
justify-content: center; justify-content: center;