summaryrefslogtreecommitdiff
path: root/web/kvm/window-keyboard.pug
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-04-12 15:26:32 +0300
committerGitHub <[email protected]>2021-04-12 15:26:32 +0300
commit3af4a8b852019993ee31becd5651734377da6ec9 (patch)
tree499b77bfaa0c6f939175ea167d5ccb3956be95f0 /web/kvm/window-keyboard.pug
parent8158941833bd8a50278b61967e00d23522e633d7 (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-keyboard.pug')
-rw-r--r--web/kvm/window-keyboard.pug6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/kvm/window-keyboard.pug b/web/kvm/window-keyboard.pug
index 1354726c..986ca91f 100644
--- a/web/kvm/window-keyboard.pug
+++ b/web/kvm/window-keyboard.pug
@@ -15,7 +15,11 @@ mixin empty_key(width=0)
mixin lamp(cls)
img(class=`inline-lamp ${cls} led-gray` src=`${svg_dir}/led-square.svg`)
-+window("keyboard-window", "Virtual Keyboard", true)
+div(id="keyboard-window" class="window")
+ div(id="keyboard-window-header" class="window-header")
+ div(class="window-grab") Virtual Keyboard
+ button(class="window-button-close") &times;
+
div(id="keyboard-desktop" class="keypad" align="center")
div(class="keypad-block")
div(class="keypad-row")