fix player text align
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
7c263872b1
commit
16bb4346e3
|
@ -46,7 +46,7 @@
|
|||
<div id=TermParent style="display:none">
|
||||
<pre id=Term></pre>
|
||||
</div>
|
||||
<div id=XTermParent style="display:none;overflow:scroll;max-height:calc(100vh - 58px);height:calc(100vh - 58px)">
|
||||
<div id=XTermParent style="display:none;overflow:scroll;max-height:calc(100vh - 58px);height:calc(100vh - 58px);text-align:left">
|
||||
</div>
|
||||
<div id=p11DeskConsoleMsg style="display:none;cursor:pointer;position:absolute;left:30px;top:17px;color:yellow;background-color:rgba(0,0,0,0.6);padding:10px;border-radius:5px" onclick=clearConsoleMsg()></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue