mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Sizing of playlist
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user