mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-28 22:44:24 +01:00
19 lines
237 B
SCSS
19 lines
237 B
SCSS
html,
|
|
body {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#terminal-container {
|
|
width: auto;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
background-color: #2b2b2b;
|
|
.terminal {
|
|
padding: 5px;
|
|
}
|
|
}
|