Skip to content

Commit f92dab1

Browse files
committed
Add sidebar container
1 parent b066f31 commit f92dab1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,7 @@ ul {
11751175
display: flex;
11761176
padding: 15px;
11771177
flex-direction: column;
1178+
height: 100%;
11781179
}
11791180

11801181
/* style for hljs copy */

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
</div>
184184

185185
<div class="connected">
186-
<p><strong>Connected to:</strong><span id="connect_status">...</span></p>
186+
<p><strong>Connected to: </strong><span id="connect_status">...</span></p>
187187
</div>
188188

189189
<!-- Input and Button -->

0 commit comments

Comments
 (0)