mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
css fix
This commit is contained in:
@@ -620,10 +620,10 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="right" id="text-dropdown"><a class="menu-button" href="#"><img class="feature-disabled" id="stream-ocr-led" src="/share/svg/led-gear.svg"><span>Text</span></a>
|
||||
<div class="menu">
|
||||
<div class="menu" id="text-menu">
|
||||
<div class="text"><b>Paste text as keypress sequence<br></b><sub>Please note that PiKVM cannot switch the keyboard layout</sub></div>
|
||||
<hr>
|
||||
<div class="text">
|
||||
<div class="text" style="margin-right: 20px">
|
||||
<textarea id="hid-pak-text" placeholder="Enter your text here"></textarea>
|
||||
</div>
|
||||
<table class="kv">
|
||||
|
||||
@@ -2,12 +2,12 @@ li(id="text-dropdown" class="right")
|
||||
a(class="menu-button" href="#")
|
||||
+navbar_led("stream-ocr-led", "led-gear", "feature-disabled")
|
||||
span Text
|
||||
div(class="menu")
|
||||
div(id="text-menu" class="menu")
|
||||
div(class="text")
|
||||
b Paste text as keypress sequence#[br]
|
||||
sub Please note that PiKVM cannot switch the keyboard layout
|
||||
hr
|
||||
div(class="text")
|
||||
div(class="text" style="margin-right: 20px")
|
||||
textarea(id="hid-pak-text" placeholder="Enter your text here")
|
||||
table(class="kv")
|
||||
tr
|
||||
|
||||
Reference in New Issue
Block a user