mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
refactoring
This commit is contained in:
parent
463237229d
commit
67b846ea55
@ -73,7 +73,7 @@
|
|||||||
<div id="apps-box">
|
<div id="apps-box">
|
||||||
<h4>Loading ...</h4>
|
<h4>Loading ...</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="keyboard-warning">
|
<div id="app-keyboard-warning">
|
||||||
<hr>
|
<hr>
|
||||||
<p class="text">
|
<p class="text">
|
||||||
Please note that when you are working with a KVM session or another application that captures the keyboard,
|
Please note that when you are working with a KVM session or another application that captures the keyboard,
|
||||||
|
|||||||
@ -27,7 +27,7 @@ block start
|
|||||||
div(id="apps-box")
|
div(id="apps-box")
|
||||||
h4 Loading ...
|
h4 Loading ...
|
||||||
|
|
||||||
div(class="keyboard-warning")
|
div(id="app-keyboard-warning")
|
||||||
hr
|
hr
|
||||||
p(class="text")
|
p(class="text")
|
||||||
| Please note that when you are working with a KVM session or another application that captures the keyboard,
|
| Please note that when you are working with a KVM session or another application that captures the keyboard,
|
||||||
|
|||||||
@ -91,8 +91,7 @@ tr.server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media all and (display-mode: standalone) {
|
@media all and (display-mode: standalone) {
|
||||||
div.keyboard-warning {
|
div#app-keyboard-warning {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user