Add gradient to lyric-footer

This commit is contained in:
Monochromish 2022-07-24 21:55:50 +10:00
parent 0df4d5f167
commit 77c7fbcc8d

View file

@ -1815,7 +1815,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
position : absolute;
z-index : 1000;
opacity : 1;
background : rgba(30, 30, 30, 0.8);
background-image: linear-gradient(180deg, transparent, rgba(30, 30, 30, 0.8));
justify-content: center;
align-items : center;
display : none;