mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user