Fixed issue with not all songs being added on export to YouTube

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-16 23:07:13 +01:00
parent 96070e2591
commit 4d6dffc35d
7 changed files with 118 additions and 100 deletions

View File

@@ -12,6 +12,10 @@
margin-top:100px;
}
.current_number{
color: black;
}
#descriptions_cont, #thumbnails_cont{
display: flex;
flex-direction: column;