diff options
author | Maxim Devaev <[email protected]> | 2021-04-12 15:26:32 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-12 15:26:32 +0300 |
commit | 3af4a8b852019993ee31becd5651734377da6ec9 (patch) | |
tree | 499b77bfaa0c6f939175ea167d5ccb3956be95f0 /web/kvm/windows.pug | |
parent | 8158941833bd8a50278b61967e00d23522e633d7 (diff) |
Rework of #39 (#40)
* Rework of #39 patch from @arykov (thanks)
* styled resize corner
* fixed squashing of resizaable window on moving
* keep window size and opsition after full screen
* not necessary
* attempt to fix desktop overflow
* improved
* ios fixes
* refactoring
Diffstat (limited to 'web/kvm/windows.pug')
-rw-r--r-- | web/kvm/windows.pug | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/kvm/windows.pug b/web/kvm/windows.pug index d735b65d..898a8562 100644 --- a/web/kvm/windows.pug +++ b/web/kvm/windows.pug @@ -1,10 +1,3 @@ -mixin window(id, title, with_header_id=false, close_confirm_msg="") - div(id=id class="window" data-close-confirm=close_confirm_msg) - div(id=(with_header_id ? `${id}-header` : "") class="window-header") - div(class="window-grab") #{title} - button(class="window-button-close") × - block - include window-stream.pug include window-keyboard.pug include window-about.pug |