Lycoris53 commited on
Commit
1cf1f29
·
1 Parent(s): 6357f36

Try to fix IME input location

Browse files
Files changed (1) hide show
  1. 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:310px;
62
- height:27px;
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;