fix player text align
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Oct 24, 2023 at 11:10 UTC
16bb4346e3168f7e479d9960c7a4fe287c9bdcb4
1 file changed
+1
-1
views/player.handlebars
+1
-1
@@ -46,7 +46,7 @@
46
<div id=TermParent style="display:none">
47
<pre id=Term></pre>
48
</div>
49
- <div id=XTermParent style="display:none;overflow:scroll;max-height:calc(100vh - 58px);height:calc(100vh - 58px)">
49
+ <div id=XTermParent style="display:none;overflow:scroll;max-height:calc(100vh - 58px);height:calc(100vh - 58px);text-align:left">
50
</div>
51
<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>
52
</div>