
@charset "utf-8";

/* 
.cmd-wrapper {
	margin-left: 4ch;
}

.terminal {
	min-height: calc(100vh - 20pt);
	flex-grow: 1;
	margin-left: -4ch;
	padding: 0;
	padding-bottom: 50vh;
}
*/
#terminal {
	padding: 0;
	width: 100%;
	height: 100vh;
}

.console-wrapper {
	display: flex;
	flex-direction: row;
}
.cmd-line {
	margin-left: -4ch;
}
/*
.console-prompt-margin {
	z-index: -1;
	width: 4ch;
	user-select: none;
	position: unset;
	display: flex;
	flex-direction: column;
}
*/
.cmd-prompt {
	height: 0px !important;
}

