fix player text align

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2023-10-24 11:10:47 +01:00
parent 7c263872b1
commit 16bb4346e3
1 changed files with 1 additions and 1 deletions

View File

@ -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>