Merge pull request #1305 from Monochromish/main
Add gradient to lyric-footer
This commit is contained in:
commit
a8f139eefa
1 changed files with 1 additions and 1 deletions
|
@ -1815,7 +1815,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
z-index : 1000;
|
z-index : 1000;
|
||||||
opacity : 1;
|
opacity : 1;
|
||||||
background : rgba(30, 30, 30, 0.8);
|
background-image: linear-gradient(180deg, transparent, rgba(30, 30, 30, 0.8));
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
display : none;
|
display : none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue