Try to fix IME input location
Browse files- index.html +2 -2
index.html
CHANGED
@@ -54,11 +54,11 @@
|
|
54 |
}
|
55 |
}
|
56 |
</script>
|
57 |
-
<div style="position:relative;top:87.5%;left
|
58 |
<div>
|
59 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
60 |
style="
|
61 |
-
width:
|
62 |
height:28px;
|
63 |
border: 2px solid #171717;
|
64 |
border-radius: 4px;
|
|
|
54 |
}
|
55 |
}
|
56 |
</script>
|
57 |
+
<div style="position:relative;top:87.5%;left:18px;" align="center" vertical-align="middle">
|
58 |
<div>
|
59 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
60 |
style="
|
61 |
+
width:400px;
|
62 |
height:28px;
|
63 |
border: 2px solid #171717;
|
64 |
border-radius: 4px;
|