Updated console to use xterm and enabled autologin

This commit is contained in:
2021-04-25 14:43:57 +02:00
parent 6dba40dc71
commit 46a361731a
3 changed files with 99 additions and 4 deletions

15
style.css Normal file
View File

@ -0,0 +1,15 @@
body {
background-color: #252525;
overflow: hidden;
margin: 10px;
}
#terminal {
width: 100%;
height: 97vh;
}
/* Remove the scrollbar from xterm */
.xterm-viewport {
overflow-y: hidden !important;
}