summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-10-06 02:55:13 +0300
committerMaxim Devaev <[email protected]>2021-10-06 02:55:13 +0300
commit67b846ea551d961b958980cf644031e435e6f020 (patch)
tree4ab2157a91c1f6cbc0b962e70815ba21a0b5a60f
parent463237229dbb4f65d5c62ed471f7100f1de4b0ce (diff)
refactoring
-rw-r--r--web/index.html4
-rw-r--r--web/index.pug4
-rw-r--r--web/share/css/index/index.css3
3 files changed, 5 insertions, 6 deletions
diff --git a/web/index.html b/web/index.html
index c0cf343f..c684511f 100644
--- a/web/index.html
+++ b/web/index.html
@@ -73,7 +73,7 @@
<div id="apps-box">
<h4>Loading ...</h4>
</div>
- <div class="keyboard-warning">
+ <div id="app-keyboard-warning">
<hr>
<p class="text">
Please note that when you are working with a KVM session or another application that captures the keyboard,
@@ -92,4 +92,4 @@
</div>
</div>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/web/index.pug b/web/index.pug
index 458d718a..214f954d 100644
--- a/web/index.pug
+++ b/web/index.pug
@@ -27,12 +27,12 @@ block start
div(id="apps-box")
h4 Loading ...
- div(class="keyboard-warning")
+ div(id="app-keyboard-warning")
hr
p(class="text")
| Please note that when you are working with a KVM session or another application that captures the keyboard,
| you can't use some keyboard shortcuts such as Ctrl+Alt+Del (which will be caught by your OS) or Ctrl+W (caught by your browser).
- p(class="text")
+ p(class="text")
| To override this limitation you can use #[a(target="_blank" href="https://google.com/chrome") Google Chrome]
| or #[a(target="_blank" href="https://chromium.org/Home") Chromium] in application mode.
div(id="app-text" class="code")
diff --git a/web/share/css/index/index.css b/web/share/css/index/index.css
index 847a1ab2..093d2157 100644
--- a/web/share/css/index/index.css
+++ b/web/share/css/index/index.css
@@ -91,8 +91,7 @@ tr.server {
}
@media all and (display-mode: standalone) {
- div.keyboard-warning {
+ div#app-keyboard-warning {
display: none;
}
}
-