Use classes for fullscreen and pad capability
This commit is contained in:
parent
c749865ef1
commit
632c944561
3 changed files with 26 additions and 30 deletions
|
|
@ -17,8 +17,8 @@
|
|||
<p>Disconnected</p>
|
||||
<button id="reloadbutton">↻</button>
|
||||
</div>
|
||||
<div id="pad" class="hidden">
|
||||
<p id="padlabel">Touchpad</p>
|
||||
<div id="pad" class="touchpad key fullscreen hidden">
|
||||
<p id="padlabel" class="touchpad">Touchpad</p>
|
||||
<button id="keysbutton">≡</button>
|
||||
<button id="fullscreenbutton">⤢</button>
|
||||
<button id="keyboardbutton">⌨</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue