Fix playlist description gap.

This commit is contained in:
cryptofyre 2022-03-27 15:25:24 -05:00
parent 0e1da0caf5
commit 280664496c

View file

@ -568,6 +568,7 @@
font-size : 1.6rem; font-size : 1.6rem;
//margin-bottom: 6px; //margin-bottom: 6px;
margin-right : 6px; margin-right : 6px;
margin-bottom: 6px;
flex-shrink : unset; flex-shrink : unset;
} }
@ -599,7 +600,7 @@
position : relative; position : relative;
.content { .content {
height : 100px; height : 4vh;
-webkit-mask-image: -webkit-gradient(linear, left 50%, left 90%, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); -webkit-mask-image: -webkit-gradient(linear, left 50%, left 90%, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
} }