Skip to content

Commit 197ddba

Browse files
committed
Adding some padding to manx terminal
1 parent 6031c57 commit 197ddba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/css/xterm.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
position: absolute;
111111
left: 0;
112112
top: 0;
113+
padding: 12px 10px;
113114
}
114115

115116
.xterm .xterm-scroll-area {

templates/manx.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Manx</h2>
2323
<hr>
2424
<div class="is-flex is-flex-direction-column">
2525
<h3>Terminal</h3>
26-
<div class="is-flex is-flex-direction-row is-justify-content-space-around">
26+
<div class="is-flex is-flex-direction-row is-justify-content-space-around mb-5">
2727
<div class="select is-small">
2828
<select id="session-id"
2929
x-model="selectedSessionID"
@@ -63,7 +63,6 @@ <h3>Terminal</h3>
6363
</select>
6464
</div>
6565
</div>
66-
<br>
6766
<div style="visibility:hidden;position:absolute" id="xterminal-command" x-text="terminalCommand"></div>
6867
<div id="xterminal"></div>
6968
</div>

0 commit comments

Comments
 (0)