Fix postcss warnings about old gradient syntax and justify-content: start
This commit is contained in:
parent
461c55e08c
commit
566677bc28
|
@ -81,7 +81,7 @@
|
|||
.track-controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
flex-grow: 1;
|
||||
.image {
|
||||
padding: 0.5em;
|
||||
|
|
|
@ -73,7 +73,7 @@ a {
|
|||
&:not(.expanded) {
|
||||
overflow: hidden;
|
||||
max-height: 15vh;
|
||||
background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.3) 100%);
|
||||
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.3) 100%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue