Try to fix IME input location
Browse files- index.html +1 -1
index.html
CHANGED
@@ -54,7 +54,7 @@
|
|
54 |
}
|
55 |
}
|
56 |
</script>
|
57 |
-
<div style="position:relative;top:88%;left:
|
58 |
<div>
|
59 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
60 |
style="
|
|
|
54 |
}
|
55 |
}
|
56 |
</script>
|
57 |
+
<div style="position:relative;top:88%;left:14px;" align="center" vertical-align="middle">
|
58 |
<div>
|
59 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
60 |
style="
|