Merge pull request #1305 from Monochromish/main

Add gradient to lyric-footer
This commit is contained in:
Core 2022-07-24 16:21:56 +01:00 committed by GitHub
commit a8f139eefa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;