Updates to playlist sizing on screen width

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-27 13:31:03 +02:00
parent 39797f82ab
commit cfecbbf3e2
4 changed files with 15 additions and 5 deletions

View File

@@ -2212,8 +2212,13 @@ nav ul li:hover, nav ul li.active {
width:100vw;
}
.playlist-tabs-loggedIn, .playlist-tabs {
width: calc(100%) !important;
}
.tabs_height{
height:auto !important;
height:calc(100vh - 48px - 64px - 134px) !important;
overflow:initial;
}
@@ -2316,6 +2321,11 @@ nav ul li:hover, nav ul li.active {
margin-top:-6px;
}
#playlist {
margin-left: 8px;
width: calc(100% - 8px);
}
#player{
pointer-events:none;
}