Skip to content

Commit

Permalink
fix playlist style
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Sep 9, 2019
1 parent 7d19d8c commit 08206ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -122,10 +122,15 @@ svg.songHeart.left {
background: #e91d63;
overflow: auto;
height: calc(100% - 200px);
height: 100%;
min-height: 470px;
/* half of the portion will be taken by player */
}

.RelatedVideoContainer ul{
height: 100%;
}

div.RelatedVideoContainer * {
color: #fff;
}

0 comments on commit 08206ed

Please sign in to comment.