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/window-about.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/window-about.pug')
-rw-r--r-- | web/kvm/window-about.pug | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index e841e17d..17d1c04b 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -9,7 +9,11 @@ mixin about_tab(name, title, checked=false) else span(class="code-comment") No data -+window("about-window", "About", false) +div(id="about-window" class="window") + div(class="window-header") + div(class="window-grab") About + button(class="window-button-close") × + div(id="about") table tr |