Better viewing of playlist on playing on a small screen

- Playlist-height adapts in case video is playing, allowing users to still easily scroll through videos while it is playing
This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-23 12:54:11 +02:00
parent 6f58e9514c
commit a9eaa282a5
4 changed files with 56 additions and 2 deletions

View File

@@ -2177,7 +2177,7 @@ nav ul li:hover, nav ul li.active {
}
.tabs_height{
height:calc(100vh - 48px - 64px - 32px) !important;
height:calc(100vh - 48px - 64px - 32px);
overflow:auto;
}
@@ -3103,7 +3103,7 @@ nav ul li:hover, nav ul li.active {
}
.tabs_height{
height:calc(100vh - 48px - 64px - 134px) !important;
height:calc(100vh - 48px - 64px - 134px);
overflow:initial;
}