diff options
author | Maxim Devaev <[email protected]> | 2022-08-01 19:55:15 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-08-01 19:55:15 +0300 |
commit | 65bdbe43871c8895c9304854e970e6153628f027 (patch) | |
tree | bf5a3917fa4ea84e9b5d4203547dab843ea353d8 /web/kvm/window-stream.pug | |
parent | 375cbe5c5f6ec617ddb043426428d0303d292e24 (diff) |
fixed window-button-exit-full-tab
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index 451a3108..ad88d8af 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -12,8 +12,8 @@ div(id="stream-window" class="window window-resizable") div(id="stream-info") + button(class="window-button-exit-full-tab") ▼ 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") |