From 241bd6e19a889e721831764dee4386bdc6d0037f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 1 Aug 2022 18:39:36 +0300 Subject: pikvm/pikvm#631: option to hide navbar --- web/kvm/window-stream.pug | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/kvm/window-stream.pug') diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index e5ba9bf1..451a3108 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -7,11 +7,13 @@ div(id="stream-window" class="window window-resizable") button(class="window-button-close") #[b ×] button(class="window-button-maximize") ☐ button(class="window-button-original") • + button(class="window-button-enter-full-tab") ▲ button(class="window-button-full-screen") ⤢ div(id="stream-info") div(id="stream-box" class="stream-box-offline") + button(class="window-button-exit-full-tab") ▼ img(id="stream-image" src=`${png_dir}/blank-stream.png`) video(id="stream-video" class="hidden" autoplay playsinline muted) div(id="stream-fullscreen-active") -- cgit v1.2.3