Sizing of playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 17:02:38 +01:00
parent 6f5ac24d23
commit 28c4fc91a5
3 changed files with 3 additions and 2 deletions

View File

@@ -911,7 +911,7 @@ nav ul li:hover, nav ul li.active {
}
.tabs_height{
height:calc(100vh - 48px - 64px) !important;
height:91% !important;
overflow:auto;
}

File diff suppressed because one or more lines are too long

View File

@@ -186,6 +186,7 @@ var List = {
},
insertAtIndex: function(song_info, transition) {
if(video_id == song_info.id) return;
i = List.getIndexOfSong(song_info.id);
if(i === 0)