diff options
author | Maxim Devaev <[email protected]> | 2021-11-04 02:42:48 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-11-04 02:42:48 +0300 |
commit | aed6fd10ed0d29a5534618f1a75a337e03bc4eb5 (patch) | |
tree | e518e7a6448538c948066bb7fde41c6fc846246a /web/kvm | |
parent | 653bef865754a211660da892cb67cbedd5b081dc (diff) |
pikvm/pikvm#531: improved fullscreen focus
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 1 | ||||
-rw-r--r-- | web/kvm/window-stream.pug | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 147d2180..0aeb33e7 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -599,6 +599,7 @@ <div id="stream-info"></div> <div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png"> <video class="hidden" id="stream-video" autoplay playsinline muted></video> + <div id="stream-fullscreen-active"></div> </div> <div class="keypad" id="stream-mouse-buttons" align="center"> <div class="keypad-block"> diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index d304ff5e..36bca291 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -11,6 +11,7 @@ div(id="stream-window" class="window window-resizable") div(id="stream-box" class="stream-box-offline") img(id="stream-image" src=`${png_dir}/blank-stream.png`) video(id="stream-video" class="hidden" autoplay playsinline muted) + div(id="stream-fullscreen-active") div(id="stream-mouse-buttons" class="keypad" align="center") div(class="keypad-block") |