summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-08-01 18:39:36 +0300
committerMaxim Devaev <[email protected]>2022-08-01 18:39:36 +0300
commit241bd6e19a889e721831764dee4386bdc6d0037f (patch)
tree3c9552bc522161ad99c1b57353908bfb24868a4d /web/kvm/index.html
parent9c5fd210f20376642854d1702f421ff7cc9b23cb (diff)
pikvm/pikvm#631: option to hide navbar
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index f64a5f34..8c777e31 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -743,10 +743,12 @@
<button class="window-button-close"><b>&times;</b></button>
<button class="window-button-maximize">&#9744;</button>
<button class="window-button-original">&bull;</button>
+ <button class="window-button-enter-full-tab">&#9650;</button>
<button class="window-button-full-screen">&#10530;</button>
</div>
<div id="stream-info"></div>
- <div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png">
+ <div class="stream-box-offline" id="stream-box">
+ <button class="window-button-exit-full-tab">&#9660;</button><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>