mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Closes #489
This commit is contained in:
@@ -2879,6 +2879,10 @@ nav ul li:hover, nav ul li.active {
|
||||
height: 100vh !important;
|
||||
}
|
||||
|
||||
.host-mode-height #player_overlay {
|
||||
height: calc(100vh - 32px);
|
||||
}
|
||||
|
||||
.host-mode-width {
|
||||
width: 100vw !important;
|
||||
}
|
||||
|
||||
@@ -814,8 +814,8 @@ function enable_host_mode(enabled) {
|
||||
document.removeEventListener('mozfullscreenchange', exitHandler, false);
|
||||
document.removeEventListener('fullscreenchange', exitHandler, false);
|
||||
document.removeEventListener('MSFullscreenChange', exitHandler, false);
|
||||
resizeFunction();
|
||||
}
|
||||
resizeFunction();
|
||||
List.dynamicContentPage(-10);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user