Try to fix IME input location
Browse files- index.html +2 -2
index.html
CHANGED
@@ -58,8 +58,8 @@
|
|
58 |
<div>
|
59 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
60 |
style="
|
61 |
-
width:
|
62 |
-
height:
|
63 |
border: 2px solid #171717;
|
64 |
border-radius: 4px;
|
65 |
background-color: #515151;
|
|
|
58 |
<div>
|
59 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
60 |
style="
|
61 |
+
width:500px;
|
62 |
+
height:28px;
|
63 |
border: 2px solid #171717;
|
64 |
border-radius: 4px;
|
65 |
background-color: #515151;
|