Skip to content

Commit 21383ee

Browse files
committed
dev: get basic PTY integration working
1 parent 28adc4e commit 21383ee

File tree

4 files changed

+243
-296
lines changed

4 files changed

+243
-296
lines changed

src/emulator/assets/template.html

+10
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,22 @@
2222
line-height: 16px;
2323
}
2424
BODY {
25+
padding: 0;
26+
margin: 0;
2527
background-color: #111;
2628
display: flex;
2729
justify-content: center;
2830
align-items: center;
2931
height: 100vh;
3032
overflow: hidden;
33+
background: linear-gradient(135deg, #232323 50%, transparent 50%) 0% 0% / 3em 3em #101010;
34+
background-position: center center;
35+
background-size: 5px 5px;
36+
}
37+
#screen_container {
38+
padding: 5px;
39+
background-color: #000;
40+
box-shadow: 0 0 32px 0 rgba(0,0,0,0.7);
3141
}
3242
</style>
3343
</head>

0 commit comments

Comments
 (0)